From d95102e94e36c1c243cd9910205a3267d15556e6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Jul 2022 23:24:39 -0500 Subject: [PATCH] fix: set pkg install to correct output --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 20d3b42..97af28c 100644 --- a/install.bash +++ b/install.bash @@ -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