diff options
| -rw-r--r-- | README.md (renamed from index.md) | 0 | ||||
| -rwxr-xr-x | hooks/post-commit | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-commit b/hooks/post-commit index 8e92990..47e5c11 100755 --- a/hooks/post-commit +++ b/hooks/post-commit @@ -15,5 +15,5 @@ then fi touch .UPDATING_COUNT -git commit --amend --no-edit -- index.md +git commit --amend --no-edit -- README.md rm .UPDATING_COUNT |
