Skip to content

Commit 5ff94ae

Browse files
committed
fixed missing }
1 parent 7c380b2 commit 5ff94ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customization/bin/json_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ echo " } " >> $JSON_FILE
4141
echo ", \"shoutbox\" : { \"status\" : $json_shoutbox_enabled , \"file\" : \"$CHAT_MODULE_FILE\" } " >> $JSON_FILE
4242

4343
#---------------
44-
echo " } } " >> $JSON_FILE
44+
echo " } } }" >> $JSON_FILE

0 commit comments

Comments
 (0)