From 04b65bdd3adb4303ca8657f8feeea19212866d7f Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 13 May 2015 20:57:02 +0000 Subject: [PATCH] fixing syntax issue in phabricator settings --- roles/phabricator/templates/local.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index 3f7ed27557..9f77f16cfc 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -11,7 +11,7 @@ "phd.pid-directory" : "/var/run/phabricator/", "phd.log-directory" : "/var/log/phabricator/", "phd.user" : "{{ phabricator_daemon_user }}", - "pygments.enabled" : "true", + "pygments.enabled" : true, "storage.local-disk.path" : "{{ phabricator_filedir }}", "repository.default-local-path" : "{{ phabricator_repodir }}", "environment.append-paths" : ["/usr/libexec/git-core/"],