From b3131dfaacab500557c2dd6022593ad03adbe845 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:00:07 -0700 Subject: [PATCH] Fixed json error in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 8e620c29..470cc338 100644 --- a/app.json +++ b/app.json @@ -41,7 +41,7 @@ }, "HEROKU_APP_NAME": { "required": true - }, + } }, "scripts": { "predeploy": "grunt build",