Skip to content

Commit

Permalink
updated aws_ec2_ami_ids.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent 4766da2 commit 48b795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_ec2_ami_ids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ aws ec2 describe-instances \
--output text |
tr '[:space:]' '\n' |
sort -u |
sed 's/^[[:space:]]*$/d'
sed '/^[[:space:]]*$/d'

0 comments on commit 48b795e

Please sign in to comment.