From 4bff900a67134bb559bee26d452474312622f50c Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 21 Jul 2016 15:12:00 +0000 Subject: [PATCH] bad trailing comma --- roles/phabricator/templates/local.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index aaa85f7c26..3aea79a7ef 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -34,11 +34,11 @@ "PhabricatorApplicationHarbormaster" : true, "PhabricatorApplicationOAuthServer" : true, "PhabricatorApplicationPhortune" : true - }, + } {% if deployment_type == "qa-stg" %} - "load-libraries": { + ,"load-libraries": { "ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src" - }, + } {% endif %} }