From f5402050c084d2d5e1b51a41caa474d3cd19fde1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 14:37:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd/bootstrap.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 1a945bd..c1aee37 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -31,8 +31,6 @@ [ -n "${SPCD_URL_UBUNTU}" ] || SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net" -#╶──────────────────────────────────────╴ - # ╭──────────╮ # │ internal │ # ╰──────────╯ @@ -207,7 +205,9 @@ _spcd_step_wipe() { "SPCD_STEP_${_SPCD_STEP_LEVEL}_LABEL" } -#╶──────────────────────────────────────╴ +# ╭───────────╮ +# │ functions │ +# ╰───────────╯ # ╭───────────┬───────╮ # │ functions │ error │ @@ -390,7 +390,9 @@ spcd_step_out() { _SPCD_STEP_LEVEL=$((_SPCD_STEP_LEVEL - 1)) } -#╶──────────────────────────────────────╴ +# ╭───────╮ +# │ steps │ +# ╰───────╯ # ╭───────┬───────────╮ # │ steps │ constants │ @@ -1228,8 +1230,6 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}" "${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}" } -#╶──────────────────────────────────────╴ - # ╭──────╮ # │ main │ # ╰──────╯