Skip to content

Commit

Permalink
Update prepare-commit-msg (#135)
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 fe1fd61 commit b31eaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname -- "$0")/_/husky.sh"

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

0 comments on commit b31eaf2

Please sign in to comment.