Skip to content

Commit

Permalink
Fixed globbing of multiple paths (remove quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jan 13, 2020
1 parent d7998c3 commit 00aa3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ fi
aws --profile invalidate-cloudfront-action \
cloudfront create-invalidation \
--distribution-id "$DISTRIBUTION" \
--paths "$PATHS" \
--paths $PATHS \
$*

0 comments on commit 00aa3e5

Please sign in to comment.