Skip to content

Commit

Permalink
updated aws_foreach_profile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent debd218 commit e6a4f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_foreach_profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ min_args 1 "$@"

profiles="$(aws configure list-profiles --output text)"

total_profiles="$(wc -l <<< "$profiles" | sed 's/[[:space:]]/g')"
total_profiles="$(wc -l <<< "$profiles" | sed 's/[[:space:]]//g')"

i=0

Expand Down

0 comments on commit e6a4f7a

Please sign in to comment.