From 5fa5f25a62ee23887b58f20d62cf777c4c1e9564 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 18:22:56 +1200 Subject: Correct name of message filter hook --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9d05aeb..dee21d46 100644 --- a/Makefile +++ b/Makefile @@ -263,8 +263,8 @@ GAMES = games/aaf \ games/xyzzy \ games/zs -GIT_TEMPLATE_HOOKS = git/template/hooks/applypatch-msg \ - git/template/hooks/post-update +GIT_TEMPLATE_HOOKS = git/template/hooks/post-update \ + git/template/hooks/prepare-commit-msg all: $(BINS) git/gitconfig $(GIT_TEMPLATE_HOOKS) gnupg/gpg.conf -- cgit v1.2.3