From 8e56f25ade527346ddfa5bfa8bc10a2bf3d3d209 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 9 Sep 2024 02:42:40 +0200 Subject: [PATCH] e/set --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 5b441c4..0cbf9fb 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -431,7 +431,7 @@ spcd_e_default() { SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu" } -spcd_step__environment_set_variables() { +spcd_e_set() { spcd_step "Set variables" # check script first [ -n "${SPCD}" ] || spcd_error_ci "SPCD" @@ -1566,7 +1566,7 @@ spcd_main() { spcd_step "Print effective" spcd_f_env_list spcd_step_out - spcd_step__environment_set_variables + spcd_e_set spcd_step "List workspace" spcd_f_env_workspace spcd_step_out