summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 15:53:25 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 15:53:25 -0400
commitd76c8aa0137ddab41d085cd573aaff20afaf776c (patch)
tree2df25216b16541d6c6aeff33f1284a7e28571f4f /IkiWiki
parente12daf3d982d6c78bd777ffa0a710d3d7cc801d8 (diff)
change git hook description
It doesn't have to be a post-update hook.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/git.pm2
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,
},