From 29c7f3ddd053ffca4037c092df9e1a108ebde984 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:11:11 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 2720ab1a9..2258233d8 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -134,7 +134,7 @@ fi # Export all yaml entries as env variables # Helper function -function parse_yaml_to_vars { +function parse_yaml { local input_file=$1 local output_file=$2