Skip to content

Commit 1ee67ce

Browse files
authored
Merge pull request #5 from roeera/patch-1
Update README.md
2 parents a85fb1f + d8e785c commit 1ee67ce

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)