diff --git a/scripts/utils.sh b/scripts/utils.sh index 0ade8b7..919fddb 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput setaf 2)╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" + printf "$(tput setaf 2) ══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" } err() {