refactor(script): Space out error messages correctly (#1)

This commit is contained in:
hygienic-books 2023-12-26 05:57:22 +01:00
parent 562ffbdc0f
commit c23567e2b1

View File

@ -64,7 +64,7 @@ function pprint () {
printf -- "${color_lyellow}"'[WARN]'"${color_reset}"' %s\n' "${msg}"
;;
err)
printf -- "${color_red}"'[ERR]'"${color_reset}"' %s\n' "${msg}"
printf -- "${color_red}"'[ERR] '"${color_reset}"' %s\n' "${msg}"
;;
info)
printf -- '[INFO] %s\n' "${msg}"