From 1f6f598a2a6183d83e35b1217250a3efee64dc42 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 3 Jul 2006 16:43:30 +0000 Subject: [PATCH] fix path to git hook script --- doc/ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index f13bab8c1..f8d37ca21 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -52,7 +52,7 @@ use IkiWiki::Setup::Standard { # # Note that this will overwrite any existing # # post-update hook script, which may not be # # what you want. - # wrapper => "/git/wikirepo/hooks/post-update", + # wrapper => "/git/wikirepo/.git/hooks/post-update", # wrappermode => "04755", # # Enable mail notifications of commits. # notify => 1, -- 2.39.5