Skip to content

Commit

Permalink
updated aws_cloudfront_distribution_for_origin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 19, 2024
1 parent f7f741b commit bc1c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_cloudfront_distribution_for_origin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ json="$(
)"

if [ "$json" = null ]; then
echo "No CloudFront distributions found. Have you selected the right AWS profile / account?" >&2
echo "No CloudFront distributions found. Have you set the right \$AWS_PROFILE environment variable to the correct account?" >&2
exit 1
fi

Expand Down

0 comments on commit bc1c735

Please sign in to comment.