Skip to content

Commit 1ea02b7

Browse files
committed
shell quoting
1 parent 5ccaf73 commit 1ea02b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can create an overriding script (make it higher precedence in your PATH) tha
3636
#!/bin/bash
3737
set -euo pipefail
3838
39-
AWS_PROFILE=${AWS_DEFAULT_PROFILE:-work}
39+
AWS_PROFILE="${AWS_DEFAULT_PROFILE:-work}"
4040
exec aws-vault exec "$AWS_PROFILE" -- /usr/local/bin/aws "$@"
4141
```
4242

0 commit comments

Comments
 (0)