summaryrefslogtreecommitdiff
path: root/bin/gitano-update-hook.in
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-30 23:25:16 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-30 23:25:16 +0100
commitc6c5f460dd51620c67d73d847f91ee592bcd1277 (patch)
treeacf637bfd5f485b887c86260202d06f541529963 /bin/gitano-update-hook.in
parent525388cf6ce5497ca7d4431a0446581fb43557e8 (diff)
downloadgitano-c6c5f460dd51620c67d73d847f91ee592bcd1277.tar.gz
GITANO: Update to remove repository_root from gitano-admin
Diffstat (limited to 'bin/gitano-update-hook.in')
-rw-r--r--bin/gitano-update-hook.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitano-update-hook.in b/bin/gitano-update-hook.in
index 0e8af59..980ebc2 100644
--- a/bin/gitano-update-hook.in
+++ b/bin/gitano-update-hook.in
@@ -34,7 +34,7 @@ local project = luxio.getenv("GITANO_PROJECT") or ""
local source = luxio.getenv("GITANO_SOURCE") or "ssh"
-- Now load the administration data
-
+gitano.config.repo_path(repo_root)
local admin_repo = gitano.git.repository.new((repo_root or "") .. "/gitano-admin.git")
if not admin_repo then