Remove pre-commit hook for now. Cannot access requested commit message so it won't do what I want

This commit is contained in:
Matt McWilliams 2024-02-17 14:20:32 +00:00
parent e1f6085b87
commit ce910d66b4
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
CHANGE_DIR="./ino/contact_printer"
if git diff --cached --name-only | grep --quiet "${CHANGE_DIR}"
then
echo "none"
exit 0
fi