diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 01:02:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 01:02:45 +0200 |
commit | 05d3d86705d650215d2d6324932dd0554faa5b17 (patch) | |
tree | 620d6e3659bddfc8c1dc60330ef95eed6d252bfc | |
parent | b440876a339be7e980220b9362c0fa1173257029 (diff) |
Fix use locale-specific Git hook.
-rw-r--r-- | ikiwiki_nb.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 295f618..44f8f35 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -87,7 +87,7 @@ use IkiWiki::Setup::Standard { # # Note that this will overwrite any existing # # post-update hook script, which may not be # # what you want. - # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki", + # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-nb", # wrappermode => "06755", #}, #{ |