diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 9933a3a..a886db4 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -160,7 +160,7 @@ _spcd_banner_wipe() { # │ internals │ error │ # ╰───────────┴───────╯ -SPCD_ERROR_CI=1 +_SPCD_ERROR_CI=1 SPCD_ERROR_OS=2 # ╭───────────┬───────╮ @@ -221,7 +221,7 @@ _spcd_step_wipe() { spcd_error_ci() { echo "× CI: ${*}" - exit "${SPCD_ERROR_CI}" + exit "${_SPCD_ERROR_CI}" } spcd_error_os() {