From 82468ed3743296e4cc8ad26f5146a476b15c76c1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 15:19:31 +0200 Subject: [PATCH] _/ci --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {