Skip to content

Commit

Permalink
updated aws_info_ec2_all_profiles_csv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent 4a58ac8 commit f04c0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_info_ec2_all_profiles_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tmp="$(mktemp)"
head -n1 "$csv" > "$tmp"

aws_foreach_profile.sh "
tail -n +2 aws_info_ec2-*-\"$LOG_TIMESTAMP.csv\"
tail -q -n +2 aws_info_ec2-*-\"$LOG_TIMESTAMP.csv\"
" |
sort -fu >> "$tmp"

Expand Down

0 comments on commit f04c0a7

Please sign in to comment.