Update utils.sh

This commit is contained in:
MacRimi 2025-02-06 20:27:47 +01:00 committed by GitHub
parent c5ffc259ee
commit 48ba5655c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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