fix(script): typo in invalidation command;

This commit is contained in:
Barrett Ruth 2024-06-05 10:38:57 -05:00
parent 1ff3b687f3
commit 6f36e908a0

View file

@ -6,4 +6,4 @@ DISTRIBUTION_ID="$1"
shift
aws cloudfront create-invalidate --distribution-id "$DISTRIBUTION_ID" --paths "$*"
aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --paths "$*"