refactor(script): Name normal msgs "info" (#1)

This commit is contained in:
hygienic-books 2023-03-06 02:14:47 +01:00
parent e7c913c4db
commit 0222cc9649

View File

@ -49,7 +49,7 @@ function pprint () {
err) 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}" printf -- '[INFO] %s\n' "${msg}"
;; ;;
esac esac