Skip to content

Commit

Permalink
FIX: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
allrude authored Nov 11, 2023
1 parent 094f731 commit 8631d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mage
Original file line number Diff line number Diff line change
Expand Up @@ -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:]')"
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 8631d91

Please sign in to comment.