Tweaks: blank line and plural "versions"

This commit is contained in:
Ricardo Andrade 2019-09-06 14:50:39 -05:00
commit 5a394f7990

View file

@ -379,6 +379,7 @@ check_commands () {
} }
do_install () { do_install () {
# Check for curl # Check for curl
check_commands check_commands
@ -413,7 +414,7 @@ case ${SCRIPT_ACTION} in
"install") "install")
do_install do_install
;; ;;
"version") "versions")
do_show_versions do_show_versions
;; ;;
esac esac