githooks: Rename top-level directory for consistency with "git" proper

This commit is contained in:
Dmitry Bogatov 2024-04-01 21:59:29 -04:00
parent 0c5eeae49c
commit 9f4016763d
2 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
# init step -- running this script.
git config commit.cleanup strip
git config core.hooksPath "$PWD/git-hooks"
git config core.hooksPath "$PWD/githooks"