Skip to content

Commit

Permalink
Fixing spacing in bash-snippets script (alexanderepstein#212)
Browse files Browse the repository at this point in the history
Some spacing stuff
  • Loading branch information
safinsingh authored Feb 13, 2020
1 parent 9cab453 commit c51fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-snippets/bash-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ elif [[ $# -eq 1 ]]; then
if [[ $1 == "-u" || $1 == "update" ]]; then
installationcheck false
${validTools[1]} -u
elif [[ $1 == "-h" || $1 == "help" ]];then man bash-snippets
elif [[ $1 == "-h" || $1 == "help" ]]; then man bash-snippets
elif [[ $1 == "-v" ]]; then echo "Version $currentVersion"
fi

Expand Down

0 comments on commit c51fb0c

Please sign in to comment.