Skip to content

Commit

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

section=""
Expand Down

0 comments on commit c581f1b

Please sign in to comment.