Skip to content

Commit 9c81c2a

Browse files
committed
Fix syntax error in JSON file
1 parent 6b2fb22 commit 9c81c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"env": {
2424
"RACK_ENV": "staging",
25-
"RAILS_ENV": "staging",
25+
"RAILS_ENV": "staging"
2626
},
2727
"formation": {
2828
"web": {

0 commit comments

Comments
 (0)