Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
fixed missing comma in json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlippold committed Apr 22, 2019
1 parent c5e39b9 commit 718bc89
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
"mongolab",
"tunemygc"
],
"buildpacks": [
{
"url": "https://github.com/ello/heroku-buildpack-cmake.git"
},
{
"url": "heroku/ruby"
}
"buildpacks": [{
"url": "https://github.com/ello/heroku-buildpack-cmake.git"
},
{
"url": "heroku/ruby"
}
],
"description": "InSpec Results Viewer",
"env": {
"SECRET_KEY_BASE": {
"SECRET_KEY_BASE": {
"generator": "secret"
},
"CIPHER_SALT": {
"generator": "secret"
}
},
"CIPHER_PASSWORD": {
"generator": "secret"
},
Expand Down Expand Up @@ -50,7 +49,6 @@
}
},
"name": "heimdall",
"scripts": {
},
"scripts": {},
"stack": "heroku-18"
}
}

0 comments on commit 718bc89

Please sign in to comment.