diff options
Diffstat (limited to 'src/phorkie/Repository/Post.php')
| -rw-r--r-- | src/phorkie/Repository/Post.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
