Skip to content

Commit 31f0945

Browse files
authored
reorder to match learn-katacoda (#36)
1 parent 39bb0dd commit 31f0945

27 files changed

+2
-2
lines changed

1-simple-nodejs-greeting/set-env.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
2-
export PATH="/root/openwhisk/bin:${PATH}"
32
sleep 1
43
/root/setup-environment.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

5-packages/03-parameters.md 6-packages/03-parameters.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ This gives us our expected response:
2525
}
2626
```
2727

28-
We can it a step further, of course. If Celsius is our default target temperature scale, it stands to reason that our default initial scale is Fahrenheit. So let's add a default for that one, too.
28+
We can take it a step further, of course. If Celsius is our default target temperature scale, it stands to reason that our default initial
29+
scale is Fahrenheit. So let's add a default for that one, too.
2930

3031
`NOTE`: Parameter definitions are not cumulative. Adding any new default values will overwrite existing definitions. If you define new default parameter values, you'll have to include any previous definitions.
3132

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)