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