Skip to content

Commit f8797a7

Browse files
committed
fixing incorrect JSON object
1 parent 767a4fa commit f8797a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/templates/configTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function () {
2121
"connection_settings": {
2222
"local": false,
2323
"localIdentifier": null
24-
},
24+
}
2525
}
2626
var EOL = require('os').EOL
2727
var file = [

0 commit comments

Comments
 (0)