]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
Fix post-updeate wrapper to match comment
authorCarl Worth <cworth@cworth.org>
Tue, 12 Jun 2007 23:13:19 +0000 (16:13 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 12 Jun 2007 23:13:19 +0000 (16:13 -0700)
It's much kinder to generate an inert wrapper which the user can call as desired
from the actual post-update hook.

ikiwiki.setup

index 1159b521cf9c075201a553284725f545adb9cc6a..f90a8379c178d7f66f394ed6110c34e5a1d91f33 100644 (file)
@@ -66,7 +66,7 @@ use IkiWiki::Setup::Standard {
                        # Instead of overwriting git's post-update script
                        # we generate a new program that can be called by
                        # post-update as desired.
-                       wrapper => "$gitrepo/hooks/post-update",
+                       wrapper => "$gitrepo/hooks/ikiwiki-post-update",
                        wrappermode => "04755",
                        # Enable mail notifications of commits.
                        #notify => 1,