From 8631d910955b4619a48ef8a00a42da165580e839 Mon Sep 17 00:00:00 2001 From: Ruud van Zuidam Date: Sat, 11 Nov 2023 14:29:14 +0100 Subject: [PATCH] FIX: syntax --- mage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mage b/mage index 469caa9..7dd627c 100755 --- a/mage +++ b/mage @@ -11,7 +11,7 @@ RED='\033[0;31m' GREEN='\033[1;32m' BLUE='\033[1;34m' -VERSION="1.16.0" +VERSION="1.17.0" GITNAME="$(git config --global --get user.name | head -n1 | cut -d " " -f1)" GITEMAIL="$(git config --global --get user.email)" ADMINNAME="$(echo "$GITNAME" | tr '[:upper:]' '[:lower:]')" @@ -205,11 +205,11 @@ function mage_version() { case "${@}" in "version" | "-v" | "--version") - mage_version(); + mage_version ;; "help") - mage_version(); + mage_version echo -e "${BOLD}CMD Options:${RESET}" echo -e "- ${BLUE}info${RESET} (Show base config for store)" echo -e "- ${BLUE}self-update${RESET} (Update mage)"