diff options
-rw-r--r-- | ikiwiki/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 883cd09..34d04c9 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -25,10 +25,6 @@ web_deploy: #git annex sync @rsync -avz --delete www/ templates:/var/sites/templates/www/ -post_update: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-update - post_receive: git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive |