From fe8ea32b7cc8ef44e53e5edf9ea954e516ec6d98 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Apr 2012 13:35:07 +0200 Subject: [PATCH] fix git dir creation --- src/phorkie/Repository/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php index f138491..a982c7f 100644 --- a/src/phorkie/Repository/Post.php +++ b/src/phorkie/Repository/Post.php @@ -118,7 +118,7 @@ class Repository_Post //this should be setOption, but it fails with a = between name and value ->addArgument('--separate-git-dir') ->addArgument($GLOBALS['phorkie']['cfg']['gitdir'] . '/' . $repo->id . '.git') - ->addArgument($repo->workDir); + ->addArgument($repo->workDir) ->execute(); foreach (glob($repo->gitDir . '/hooks/*') as $hookfile) { -- 2.30.2