Update utils.sh

This commit is contained in:
MacRimi
2025-02-02 12:26:43 +01:00
committed by GitHub
parent 38f452aca9
commit 45cbae23f0

View File

@@ -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