aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository/Post.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Repository/Post.php')
-rw-r--r--src/phorkie/Repository/Post.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php
index cf07b73..5a450b1 100644
--- a/src/phorkie/Repository/Post.php
+++ b/src/phorkie/Repository/Post.php
@@ -152,6 +152,7 @@ class Repository_Post
->setOption('message', "$notes")
->execute();
//update info for dumb git HTTP transport
+ //the post-update hook should do that IMO, but does not somehow
$vc->getCommand('update-server-info')->execute();
$bChanged = true;