We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de1d5a commit 4042932Copy full SHA for 4042932
parse-config.sh
@@ -81,4 +81,4 @@ if [ "$AWS_SECRET_VARS" != "" ]; then
81
fi
82
83
# Do not use cat here, we use printf to render new lines in output file
84
-printf "$ENV_VARS" > $WORKDIR/application.properties
+printf '%s' "$ENV_VARS" > $WORKDIR/application.properties
0 commit comments