Skip to content

Commit

Permalink
updated aws_info_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 aff0bdd commit f1e2f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_info_all_profiles_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ help_usage "$@"

num_args 0 "$@"

aws_foreach_profile.sh "'$srcdir/aws_info_csv.sh' '{profile}' | sed 's/^/\"{profile}\",/'"
aws_foreach_profile.sh "'$srcdir/aws_info_csv.sh' '{profile}' | sed 's/^/\"{profile}\",/; s/,$/,\"\"'"

0 comments on commit f1e2f57

Please sign in to comment.