diff options
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/post-commit | 2 |
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 |
