Update file executable_logg
This commit is contained in:
parent
3cb1ef26ff
commit
b813f41823
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue