Skip to content

Commit

Permalink
added missing semicolon for masking
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jan 11, 2020
1 parent edd076f commit e63ac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/scripts/deploy/invalidate-cloudfront-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CLOUDFRONT_ARN=$(aws cloudformation describe-stacks \
--output text \
--profile $ROLE_PROFILE)
if [ -z "$CLOUDFRONT_ARN" ]; then echo "Could not read CloudFront ARN"; exit 1; fi;
echo :add-mask::$CLOUDFRONT_ARN
echo ::add-mask::$CLOUDFRONT_ARN

echo Syncing folder to S3
aws cloudfront create-invalidation \
Expand Down

0 comments on commit e63ac4a

Please sign in to comment.