diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 16:43:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 16:43:30 +0000 |
commit | 1f6f598a2a6183d83e35b1217250a3efee64dc42 (patch) | |
tree | fb65c0f620a297a11a608013b313bf196cd0e33d /doc | |
parent | fe5689ec1680324a4e0a4727ccedad41d43b996a (diff) |
fix path to git hook script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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, |