From f8d44302df32dfb23261cf969e3d88e6f1db68d6 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 29 May 2018 07:15:07 +0200 Subject: Fix post-commit hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤦 --- hooks/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/post-commit b/hooks/post-commit index 47e5c11..e84601e 100755 --- a/hooks/post-commit +++ b/hooks/post-commit @@ -9,7 +9,7 @@ echo "Checking word count…" ./update-count.sh -if git diff --quiet --exit-code -- index.md +if git diff --quiet --exit-code -- README.md then exit 0 fi -- cgit v1.2.3