From f1e2f5762519577c0f0e272636c27167befeb5fe Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 22 Nov 2024 16:44:57 +0400 Subject: [PATCH] updated aws_info_all_profiles_csv.sh --- aws/aws_info_all_profiles_csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws_info_all_profiles_csv.sh b/aws/aws_info_all_profiles_csv.sh index c1b0e713ca4..713168b08cc 100755 --- a/aws/aws_info_all_profiles_csv.sh +++ b/aws/aws_info_all_profiles_csv.sh @@ -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/,$/,\"\"'"