aboutsummaryrefslogtreecommitdiffstats
path: root/.husky
diff options
context:
space:
mode:
Diffstat (limited to '.husky')
-rwxr-xr-x.husky/prepare-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg
index 0c2aa2281..238765e56 100755
--- a/.husky/prepare-commit-msg
+++ b/.husky/prepare-commit-msg
@@ -6,5 +6,5 @@ FILE_NAME="$(dirname "$0")/_/husky.sh"
6if [ -f $FILE_NAME ]; then 6if [ -f $FILE_NAME ]; then
7 . $FILE_NAME 7 . $FILE_NAME
8 8
9 ( exec < /dev/tty && git cz --hook ) || true 9 ( exec < /dev/tty && git commit --hook ) || true
10fi 10fi