diff options
author | James Moger <james.moger@gitblit.com> | 2013-03-29 10:49:37 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-03-29 10:49:37 -0400 |
commit | e5c14e6d7e24bbf6807a65e56560a13e7bd7eca3 (patch) | |
tree | 5833121965872353915defeaf0d58aaf1e69502c /src/main/distrib/federation.properties | |
parent | 0f3cb24604e7c3c1a78d5b97f6f4fce6f796b510 (diff) | |
download | gitblit-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.properties | 2 |
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)
|