X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=blobdiff_plain;f=Makefile;h=76f1bd14baa4d8bb79b75e141272e7229246d3d9;hp=c1e18f2d548cd97a94a79692897977157b2fd406;hb=cdf648b13dacc11edd25af11c93a67dbe7097743;hpb=7620501694dcd511c646b5a809ec9a227e973da1 diff --git a/Makefile b/Makefile index c1e18f2d..76f1bd14 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ git_hooks: @if git config --get branch.master.rebase true >/dev/null; then \ git config branch.master.rebase true; \ fi - @ln -sf ../../tools/git_hooks/pre-commit .git/hooks/pre-commit + @ln -sf ../../tools/git-hooks/pre-commit .git/hooks/pre-commit @$(RM) .git/hooks/post-commit .PHONY: vim_helpers