From 7454a868eda47a51747a25858d8342aa80f2e0e2 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 21 Jul 2016 14:59:21 +0000 Subject: [PATCH] fixing jinja syntax in phabricator conf template --- roles/phabricator/templates/local.json.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index fa490e3a91..aaa85f7c26 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -39,5 +39,6 @@ "load-libraries": { "ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src" }, +{% endif %} }