From 45cbae23f0158691f75ba42754783103eab1aec0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 12:26:43 +0100 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 5ad44b9..0093a1a 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -65,7 +65,7 @@ msg_info() { # Display warning or highlighted information message msg_warn() { local msg="$1" - echo -e "${BFR}${TAB}${YWB}[INFO]${CL} ${YWB}${msg}${CL}" + echo -e "${BFR}${TAB}${YWB}${CL} ${YWB}${msg}${CL}" } # Display success message