From d6cd68211c7374e36810e71acf3f26b44ff4138a Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Thu, 23 Nov 2023 14:40:51 +0000 Subject: [PATCH] Bucket name --- scripts/aws_cloudfoundry_bucket_pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws_cloudfoundry_bucket_pull.sh b/scripts/aws_cloudfoundry_bucket_pull.sh index 3864544c..e64af2c2 100755 --- a/scripts/aws_cloudfoundry_bucket_pull.sh +++ b/scripts/aws_cloudfoundry_bucket_pull.sh @@ -14,7 +14,7 @@ usage() ENV=$1 case $ENV in -test) ADD="-test;; +test) ADD="-test";; uat) ADD="";; prod) ADD="";; *) echo "Invalid env!";usage;exit 1;;