diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:26:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:26:48 +0200 |
commit | 63c1477123651ccaac5a817992578ae37094d953 (patch) | |
tree | 83f15cfac10850aab4592e51e558766f79049c26 | |
parent | 812a9bcacc416db25bf440b357b77886d5350765 (diff) |
Fix add trailing -admin to git wrapper path.
-rw-r--r-- | ikiwiki_admin.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index ce19650..88ba4ae 100644 --- a/ikiwiki_admin.setup +++ b/ikiwiki_admin.setup @@ -82,7 +82,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-admin", # wrappermode => "06755", #}, #{ |