Skip to content

Commit

Permalink
Fix trailing comma in app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leosoto committed Nov 3, 2019
1 parent 0eb9993 commit 09b395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"env": {
"POSTGRESQL_VERSION": "10",
"RAILS_ENV": "test",
"RACK_ENV": "test",
"RACK_ENV": "test"
},
"addons": ["heroku-postgresql:in-dyno"]
}
Expand Down

0 comments on commit 09b395d

Please sign in to comment.