From 0c551b5719e4b69417a1a0c478c28d95a64d73bd Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:01:24 -0700 Subject: [PATCH] Fixed app.json error --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 470cc338..b09ae0f7 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "keywords": ["node", "express", "static", "mean"], "env": { "IS_HEROKU_INSTALLATION": { - "value": "TRUE", + "value": "TRUE" }, "SUBDOMAINS_DISABLED": { "description": "Disable subdomains for user forms",