−rules
This commit is contained in:
parent
04a6a0c15e
commit
f5402050c0
1 changed files with 6 additions and 6 deletions
|
@ -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 │
|
||||
# ╰──────╯
|
||||
|
|
Loading…
Reference in a new issue