This commit is contained in:
Marc Beninca 2024-08-26 15:19:31 +02:00
parent ea06b2f3ff
commit 82468ed374
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -160,7 +160,7 @@ _spcd_banner_wipe() {
# │ internals │ error │ # │ internals │ error │
# ╰───────────┴───────╯ # ╰───────────┴───────╯
SPCD_ERROR_CI=1 _SPCD_ERROR_CI=1
SPCD_ERROR_OS=2 SPCD_ERROR_OS=2
# ╭───────────┬───────╮ # ╭───────────┬───────╮
@ -221,7 +221,7 @@ _spcd_step_wipe() {
spcd_error_ci() { spcd_error_ci() {
echo "× CI: ${*}" echo "× CI: ${*}"
exit "${SPCD_ERROR_CI}" exit "${_SPCD_ERROR_CI}"
} }
spcd_error_os() { spcd_error_os() {