diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index a226a16cc..1c19e7976 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -182,7 +182,7 @@ while IFS= read -r line; do VALUE="${line#*=}" if [[ "$VALUE" == \"*\"*\" ]]; then VALUE="${VALUE:1:-1}" - VALUE="'$VALUE'" + VALUE="\"$VALUE\"" fi export "${KEYS}=${VALUE}" # export to python