Skip to content

Commit

Permalink
updated aws_sso_configs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 20, 2024
1 parent a796100 commit 5257706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_sso_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo >&2

"$srcdir/aws_sso_accounts.sh" |
while read -r id _email name; do
name="$(tr '[:upper:]' '[:lower:]' <<< "$name" | sed 's/[[:alnum:]]/-/g')"
name="$(tr '[:upper:]' '[:lower:]' <<< "$name" | sed 's/[^[:alnum:]]/-/g')"
cat <<EOF
[profile $name]
sso_start_url = $sso_start_url
Expand Down

0 comments on commit 5257706

Please sign in to comment.