Skip to content

Commit

Permalink
updated aws_sso_config_duplicate_profile_names.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent 4224356 commit 8eb4050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_sso_config_duplicate_profile_names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ duplicate_account_ids="$(
sed 's/.*=[[:space:]]*//' |
sort |
uniq -d |
sed '^/[[:space:]]*$/d'
sed '/^[[:space:]]*$/d'
)"

while read -r account_id; do
Expand Down

0 comments on commit 8eb4050

Please sign in to comment.