fix(script): typo in invalidation command;
This commit is contained in:
parent
1ff3b687f3
commit
6f36e908a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue