summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-29 07:15:07 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-29 07:15:07 +0200
commitf8d44302df32dfb23261cf969e3d88e6f1db68d6 (patch)
tree43c65d43c9ac8d3b9b5084e6ab4e54211ee5af40 /hooks
parent711f088140bad8460b25a0d4e6dc9f805d94786f (diff)
downloadmemory-leaks-f8d44302df32dfb23261cf969e3d88e6f1db68d6.tar.xz
Fix post-commit hook
🤦
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-commit2
1 files changed, 1 insertions, 1 deletions
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