From da37fd871a0ddd380c2c005446ad627eb9c7bace Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Fri, 3 Jan 2014 20:57:25 +0000 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2