From: Luca Filipozzi Date: Fri, 3 Jan 2014 20:57:25 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=da37fd871a0ddd380c2c005446ad627eb9c7bace fix typo --- 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