Skip to content

Commit

Permalink
Update prepare-commit-msg (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Oct 6, 2023
1 parent 2a20427 commit fe1fd61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && cz --hook || true
if [ "$2" != "message" ];then
exec < /dev/tty && cz --hook "$1" "$2" "$3" || true
fi

0 comments on commit fe1fd61

Please sign in to comment.