Skip to content

Commit

Permalink
Merge pull request oktadev#326 from zer0beat/master
Browse files Browse the repository at this point in the history
Fix 'awscli logout' command
  • Loading branch information
jeremyplichtafc committed Oct 18, 2019
2 parents 9c7bc74 + ed29abf commit 90f38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ command="\$1"
profile=\$2
shift;
shift;
if [ "\$3" == "logout" ]
if [ "$1" == "logout" ]
then
command="logout"
fi
Expand Down

0 comments on commit 90f38dd

Please sign in to comment.