Skip to content

Commit

Permalink
Fix logout command
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0beat committed Jul 30, 2019
1 parent f7dce49 commit fa15f60
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 fa15f60

Please sign in to comment.