From f1926affd9103481a8e9cbd1366e204c5e6d1c26 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 23 May 2014 08:31:07 -0400
Subject: [PATCH] Merged #84 "Localclone.groovy has a legacy reference to the GitBlit static singleton"

---
 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 c762b45..72058f0 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)

--
Gitblit v1.9.1