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 76d3215 commit 3fb34ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/aws_info_ec2_all_profiles_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ aws_foreach_profile.sh "
sed '
s|^|\"{profile}\",|;
1s|^\"{profile}\"|\"AWS_Profile\"|;
' | tee |
' |
tee |
tail -n +2 >> '$csv_sorted'
" |
tee "$csv"
Expand Down

0 comments on commit 3fb34ff

Please sign in to comment.