We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca982 commit f55a431Copy full SHA for f55a431
.husky/prepare-commit-msg
@@ -3,6 +3,6 @@
3
# Automates pair commits with git-duet
4
# See: https://github.com/git-duet/git-duet/#co-authored-by-trailer-support
5
6
-if [ $(git help -a | grep duet-prepare-msg) ]; then
+if [ $(git help -a | grep duet-prepare-commit-msg) ]; then
7
exec git duet-prepare-commit-msg "$@"
8
fi
0 commit comments