aboutsummaryrefslogtreecommitdiffstats
path: root/.husky/prepare-commit-msg
diff options
context:
space:
mode:
Diffstat (limited to '.husky/prepare-commit-msg')
-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 1c2c393cd..0c2aa2281 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 cz --hook ) || true
10fi 10fi