From a9c7fa01a7be90dfc613a5bea42f353404e824fa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 4 Sep 2024 16:15:17 +0200 Subject: [PATCH] print --- spcd/bootstrap.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index bef0c18..9dd2c5c 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -404,7 +404,7 @@ SPCD_PM_ZYPPER="zypper" # │ step │ environment │ # ╰──────┴─────────────╯ -spcd_step__environment_defaults_print() { +spcd_step__environment_print() { spcd_ca "list" spcd_dns "list" set -- \ @@ -1490,15 +1490,13 @@ ${SPCD_PYTHON_ALIAS} / ${name}" spcd_main() { # environment - spcd_txt_locale "set" - # spcd_step_in "Environment" spcd_step_in "Defaults" spcd_step "Print defined" - spcd_step__environment_defaults_print + spcd_step__environment_print spcd_step__environment_defaults_set spcd_step "Print effective" - spcd_step__environment_defaults_print + spcd_step__environment_print spcd_step_out spcd_step__environment_set_variables spcd_step__environment_list_workspace