From 6601db02f807f9d03e8887e72e57b7cae9ac1a6b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 12 Jun 2007 16:13:19 -0700 Subject: [PATCH] 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. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0