diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 15:53:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 15:53:25 -0400 |
commit | d76c8aa0137ddab41d085cd573aaff20afaf776c (patch) | |
tree | 2df25216b16541d6c6aeff33f1284a7e28571f4f /IkiWiki/Plugin | |
parent | e12daf3d982d6c78bd777ffa0a710d3d7cc801d8 (diff) |
change git hook description
It doesn't have to be a post-update hook.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/git.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |