Update utils.sh

This commit is contained in:
MacRimi 2025-02-04 17:25:03 +01:00 committed by GitHub
parent 69cc289ff9
commit 3534dbf02e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ msg_info() {
# Display info message
msg_info2() {
local msg="$1"
echo -e "${TAB}${YW}${HOLD}${msg}"
echo -ne "${TAB}${YW}${HOLD}${msg}"
}