Fixed the pre-commit hook name

This commit is contained in:
Sameer Rahmani 2021-09-28 17:16:15 +01:00
parent a174a3a342
commit 2dca8e812e
2 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ function tests() {
case "$command" in
"setup")
rm -rv $ME/.git/hooks/pre-commit
ln -s $ME/scripts/pre-hook $ME/.git/hooks/pre-commit
rm -rfv $ME/.git/hooks/pre-commit
ln -s $ME/scripts/pre-commit $ME/.git/hooks/pre-commit
;;
"build")
clean