Skip to content

Commit d8e785c

Browse files
authored
Update README.md
fix zsh command
1 parent a85fb1f commit d8e785c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ By default, the utility prints out the `export` statements for the credentials (
3030

3131
```bash
3232
aws-sso-cli() {
33-
aws-sso-cli "$@" | while read -r line; do
33+
command aws-sso-cli "$@" | while read -r line; do
3434
if [[ $line =~ ^export ]]; then
3535
eval $line
3636
fi

0 commit comments

Comments
 (0)