Skip to content

Commit a458c1e

Browse files
authored
Merge pull request #8 from gwinans/gw/README-Consistency
Add quotes to the example, since that's proper.
2 parents 1f500da + f43cb4c commit a458c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ These can - hopefully obviously - be used in shell scripts as well.
7070
7171
for f in /path/to/the/files/*.sh; do source "${f}"; done
7272
73-
mypwd=$( get_secret my-project my-secret-name )
73+
mypwd="$( get_secret my-project my-secret-name )"
7474
7575
echo "${mypwd}"
7676
```

0 commit comments

Comments
 (0)