diff --git a/IkiWiki/Plugin/git.pm b/IkiWiki/Plugin/git.pm index 36674572b..08ee4cb63 100644 --- a/IkiWiki/Plugin/git.pm +++ b/IkiWiki/Plugin/git.pm @@ -49,7 +49,7 @@ sub getsetup () { #{{{ git_wrapper => { type => "string", example => "/git/wiki.git/hooks/post-update", - description => "git post-update hook to generate", + description => "git hook to generate", safe => 0, # file rebuild => 0, },