From: Carl Worth Date: Tue, 12 Jun 2007 23:13:19 +0000 (-0700) Subject: Fix post-updeate wrapper to match comment X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=6601db02f807f9d03e8887e72e57b7cae9ac1a6b Fix post-updeate wrapper to match comment It's much kinder to generate an inert wrapper which the user can call as desired from the actual post-update hook. --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 1159b52..f90a837 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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,