This commit is contained in:
Aliberk Sandıkçı 2023-10-21 04:19:46 +03:00
parent 26fa8f124f
commit 0d1db4cde3
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ _log() {
error | err) echo -e "${RED}[ !!! ]${NC} $1" ;;
warning | warn) echo -e "${ORANGE}[ ⚠ ]${NC} $1" ;;
ok | okey | done | success) echo -e "${GREEN}[ ✔ ]${NC} $1" ;;
DONE | OK) echo -e "${GREEN}[ ✔ ]$ $1 {NC}" ;;
DONE | OK) echo -e "${GREEN}[ ✔ ] $1 ${NC}" ;;
info | inf | status) echo -e "${CYAN}[ i ]${NC} $1" ;;
verbose | v | verb) echo -e "${GRAY}$1${NC}" ;;
*) echo -e "$1" ;;