Skip to content

Commit 601f0bc

Browse files
committed
Merge branch 'main' of github.com:codeeno/aws-sso-cli
2 parents c6c58f9 + 1ee67ce commit 601f0bc

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)