From a36066d7105ad16386cb74f960d378514d8f0585 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 10:44:11 -0700 Subject: [PATCH] Fixed app.json template errors --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 92ba1435..3950f440 100644 --- a/app.json +++ b/app.json @@ -40,7 +40,7 @@ "ADMIN_USERNAME": { "description": "Password of the default admin account", "required": true - }, + } }, "scripts": { "predeploy": "grunt build; node scripts/create-admin.js",