aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phorkie/Repository/Post.php2
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) {