Skip to content

Commit

Permalink
Fix input argument quoting
Browse files Browse the repository at this point in the history
- This allows you to invalidate /* in CloudFront by using single
  quotes without bash unwrapping it and expanding it into a glob
  of your root drive.
  • Loading branch information
Karl Isenberg committed Jan 25, 2018
1 parent 17bda56 commit 01959f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run --rm \
-e "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" \
-v "$(pwd):/project" \
mesosphere/aws-cli \
$@
"$@"

0 comments on commit 01959f6

Please sign in to comment.