Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 2, 2024
1 parent 156dfc7 commit 2ba4fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/upload_ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ regions=$(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --outpu

for region in $regions
do
if [[ region == "eu-south-2" ]]
if [[ $region == "eu-south-2" ]]
then
continue
fi
Expand Down

0 comments on commit 2ba4fa1

Please sign in to comment.