Update file executable_logg

This commit is contained in:
Brian Zalewski 2023-03-27 07:11:47 +00:00
parent 3cb1ef26ff
commit b813f41823

View file

@ -121,7 +121,7 @@ fi
# @description Logs using Gum # @description Logs using Gum
# @example logger info "An informative log" # @example logger info "An informative log"
logg() { logger() {
TYPE="$1" TYPE="$1"
MSG="$2" MSG="$2"
if [ "$TYPE" == 'error' ]; then if [ "$TYPE" == 'error' ]; then