diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 16:16:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 16:16:44 -0200 |
commit | 701ed3bfec821058ee1159f3b4a09a32941e9393 (patch) | |
tree | 643527a25c1e02991b3664a71735ac41c22bcca2 /Makefile | |
parent | 4a684e7a7f43c23715a3e3710144c3df25269d3f (diff) | |
download | puppet-bootstrap-701ed3bfec821058ee1159f3b4a09a32941e9393.tar.gz puppet-bootstrap-701ed3bfec821058ee1159f3b4a09a32941e9393.tar.bz2 |
Removes post-update hook
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |