From 0d1db4cde3c5158caa359bccf810d7a977b4b2be Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 21 Oct 2023 04:19:46 +0300 Subject: [PATCH] refactor --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e1c1c62..ce3ee63 100755 --- a/install.sh +++ b/install.sh @@ -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" ;;