fix: set pkg install to correct output
This commit is contained in:
parent
78da19f413
commit
d95102e94e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user