fix: set pkg install to correct output

This commit is contained in:
Price Hiller 2022-07-30 23:24:39 -05:00
parent 78da19f413
commit d95102e94e

View File

@ -187,7 +187,7 @@ main() {
local tasks_done=()
PKG_INSTALL_CMD="${*}"
if [[ -z "${PKG_INSTALL_CMD}" ]] && ! [[ "${SKIP_PKG_INSTALL}" = true ]]; then
log "error" "A package installer must be passed to install missing packages, or ${GREEN}SKIP_PKG_INSTALL=TRUE${RESET_BOLD} must be set."
log "error" "A package installer must be passed to install missing packages, or ${GREEN}SKIP_PKG_INSTALL=true${RESET_BOLD} must be set."
return 1
fi