Skip to content

Commit e6c94c6

Browse files
Clarify variables
1 parent 57d04f7 commit e6c94c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Cookbook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ for SITE in $(terminus org:site:list $ORG --format=string --field=name); do
1212
done
1313
```
1414

15+
In the snippet, `SITE` is being declared implicitly as part of the loop, but `$ORG` and `$EMAIL` need to be defined as environment variables, or replaced with the relevant values.
1516

0 commit comments

Comments
 (0)