Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Small quoting tweak to generatetoken.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Jul 26, 2016
1 parent 8df128b commit abd66b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generatetoken.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

if [[ -z $1 ]]; then
echo "Usage: $(basename $0) <GitHub username>"
echo "Usage: $(basename "$0") <GitHub username>"
exit 1
fi

Expand Down

0 comments on commit abd66b7

Please sign in to comment.