diff options
Diffstat (limited to 'puppet/Makefile')
-rw-r--r-- | puppet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/puppet/Makefile b/puppet/Makefile index 97c4a58..d13a878 100644 --- a/puppet/Makefile +++ b/puppet/Makefile @@ -58,10 +58,6 @@ clean: rm -rf modules git checkout modules -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 |