Skip to content

Commit

Permalink
revert accidental line
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Aug 30, 2023
1 parent 9c7097c commit c656810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sync/propagate-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ REGIONS=$(aws --profile resf-ami ec2 describe-regions \
--all-regions \
--query "Regions[].{Name:RegionName}" \
--output text | grep -vE "$source_region")
REGIONS="ap-southeast-4"

SOURCE_AMI_NAME=$(aws --profile resf-ami ec2 describe-images \
--region "$source_region" --image-ids "$source_ami" --query 'Images[0].Name' \
Expand Down

0 comments on commit c656810

Please sign in to comment.