Update utils.sh

This commit is contained in:
MacRimi 2025-02-02 12:26:43 +01:00 committed by GitHub
parent 38f452aca9
commit 45cbae23f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ msg_info() {
# Display warning or highlighted information message # Display warning or highlighted information message
msg_warn() { msg_warn() {
local msg="$1" 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 # Display success message