Skip to content

Commit 4042932

Browse files
fix
1 parent 5de1d5a commit 4042932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ if [ "$AWS_SECRET_VARS" != "" ]; then
8181
fi
8282

8383
# Do not use cat here, we use printf to render new lines in output file
84-
printf "$ENV_VARS" > $WORKDIR/application.properties
84+
printf '%s' "$ENV_VARS" > $WORKDIR/application.properties

0 commit comments

Comments
 (0)