From bc1c7351e5dec812eaec5cdb159b8539b938be62 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 19 Dec 2024 14:35:46 +0700 Subject: [PATCH] updated aws_cloudfront_distribution_for_origin.sh --- aws/aws_cloudfront_distribution_for_origin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws_cloudfront_distribution_for_origin.sh b/aws/aws_cloudfront_distribution_for_origin.sh index c6d2132589f..a447e361b02 100755 --- a/aws/aws_cloudfront_distribution_for_origin.sh +++ b/aws/aws_cloudfront_distribution_for_origin.sh @@ -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