diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 674911d5b..4227c0b3e 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -181,8 +181,8 @@ while IFS= read -r line; do KEYS="${line%%=*}" VALUE="${line#*=}" if [[ "$VALUE" == *\"* ]]; then -     [[ "$VALUE" == \"*\" ]] && VALUE="${VALUE:1:-1}" -     VALUE="'$VALUE'" + [[ "$VALUE" == \"*\" ]] && VALUE="${VALUE:1:-1}" + VALUE="'$VALUE'" fi export "${KEYS}=${VALUE}" # export to python