fix path to git hook script
parent
fe5689ec16
commit
1f6f598a2a
|
@ -52,7 +52,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# # Note that this will overwrite any existing
|
# # Note that this will overwrite any existing
|
||||||
# # post-update hook script, which may not be
|
# # post-update hook script, which may not be
|
||||||
# # what you want.
|
# # what you want.
|
||||||
# wrapper => "/git/wikirepo/hooks/post-update",
|
# wrapper => "/git/wikirepo/.git/hooks/post-update",
|
||||||
# wrappermode => "04755",
|
# wrappermode => "04755",
|
||||||
# # Enable mail notifications of commits.
|
# # Enable mail notifications of commits.
|
||||||
# notify => 1,
|
# notify => 1,
|
||||||
|
|
Loading…
Reference in New Issue