Skip to content

Commit

Permalink
Bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Nov 23, 2023
1 parent e13f7e5 commit d6cd682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws_cloudfoundry_bucket_pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down

0 comments on commit d6cd682

Please sign in to comment.