From 21a658f1f4ca7ab4952e9e45af04a47a7cf85ec3 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 10 Aug 2025 21:23:19 +0200 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index 62786ed..8d27743 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -164,7 +164,7 @@ msg_warn() { fi printf "\e[?25h" local msg="$1" - echo -e "${BFR}${TAB}${NV}${CL} ${YWB}${msg}${CL}" + echo -e "${BFR}${TAB}${CL} ${YWB}${msg}${CL}" }