Skip to content

Commit f55a431

Browse files
jrolfsMax Pleaner
and
Max Pleaner
committed
build: fix duet commit message integration
Co-authored-by: Max Pleaner <maxpleaner@hover.to>
1 parent 9bca982 commit f55a431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .husky/prepare-commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Automates pair commits with git-duet
44
# See: https://github.com/git-duet/git-duet/#co-authored-by-trailer-support
55

6-
if [ $(git help -a | grep duet-prepare-msg) ]; then
6+
if [ $(git help -a | grep duet-prepare-commit-msg) ]; then
77
exec git duet-prepare-commit-msg "$@"
88
fi

0 commit comments

Comments
 (0)