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 be89e06 commit 6785e69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws/aws_info_ec2_all_profiles_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ aws_foreach_profile.sh "
s|^|\"{profile}\",|;
1s|^\"{profile}\"|\"AWS_Profile\"|;
' |
tee |
tail -n +2 >> '$csv_sorted'
tee 2>> <(tail -n +2 >> '$csv_sorted')
" |
tee "$csv"

Expand Down

0 comments on commit 6785e69

Please sign in to comment.