From 64fff12e79e8acac81504aa2ad71ebb2a34e982e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 13 May 2015 20:34:53 +0000 Subject: [PATCH] fixing typo in phabricator conf template --- 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 e516d2d6e2..1aa46c8d3a 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 }}", - "storage.local-disk.path" : "{{ phabricator_file_dir }}", + "storage.local-disk.path" : "{{ phabricator_filedir }}", "environment.append-paths" : ["/usr/libexec/git-core/"], "diffusion.ssh-user" : "{{ phabricator_vcs_user }}", "welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",