diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:29:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:29:16 +0200 |
commit | c06643caffaeebfc55d9a7db486d7b326993db48 (patch) | |
tree | 8cf2d338cbd6ffaf456a46ad89f5448450a7c79f | |
parent | 6c5ca7a871a6c2f301ac1ac46dab1a6b51172431 (diff) |
Add trailing -da to git wrapper paths.
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_da_admin.setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 78b0f5f..cb320b1 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -44,7 +44,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-da", # wrappermode => "06755", #}, ], diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 3ab20ca..54eabb4 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -43,7 +43,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-admin", + # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da-admin", # wrappermode => "06755", #}, ], |