Skip to content

Commit e881a23

Browse files
authored
Fix invalid JSON (#270)
jq (line `82` complained about invalid JSON, this will fix it.
1 parent bc1109f commit e881a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scripts/create-db-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ JSON=$(cat <<EOF
6767
"DB_NAME_LIST": "$DB_NAME_LIST",
6868
"DB_APP_USERNAME": "$DB_APP_USERNAME",
6969
"DB_APP_PASSWORD": "$DB_APP_PASSWORD",
70-
"FORCE_CREATE_USER": "$FORCE_CREATE_USER",
70+
"FORCE_CREATE_USER": "$FORCE_CREATE_USER"
7171
}
7272
EOF
7373
)

0 commit comments

Comments
 (0)