fix path to git hook script

master
joey 2006-07-03 16:43:30 +00:00
parent fe5689ec16
commit 1f6f598a2a
1 changed files with 1 additions and 1 deletions

View File

@ -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,