summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/federation.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-03-29 10:49:37 -0400
committerJames Moger <james.moger@gitblit.com>2013-03-29 10:49:37 -0400
commite5c14e6d7e24bbf6807a65e56560a13e7bd7eca3 (patch)
tree5833121965872353915defeaf0d58aaf1e69502c /src/main/distrib/federation.properties
parent0f3cb24604e7c3c1a78d5b97f6f4fce6f796b510 (diff)
downloadgitblit-e5c14e6d7e24bbf6807a65e56560a13e7bd7eca3.tar.gz
gitblit-e5c14e6d7e24bbf6807a65e56560a13e7bd7eca3.zip
Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)
Diffstat (limited to 'src/main/distrib/federation.properties')
-rw-r--r--src/main/distrib/federation.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/federation.properties b/src/main/distrib/federation.properties
index c762b45c..72058f06 100644
--- a/src/main/distrib/federation.properties
+++ b/src/main/distrib/federation.properties
@@ -8,7 +8,7 @@
#
# SINCE 0.5.0
# RESTART REQUIRED
-git.repositoriesFolder = git
+git.repositoriesFolder = ${baseFolder}/git
# Search the repositories folder subfolders for other repositories.
# Repositories MAY NOT be nested (i.e. one repository within another)