diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | hooks/post-commit | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 2802 words in 4 pages +## still reachable: 2790 words in 4 pages Hi! I am a software engineer interested in [a bunch of things]. 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 |
