From f55a431b582b40314f45654cc5defdfff4075990 Mon Sep 17 00:00:00 2001 From: Jamie Rolfs Date: Fri, 1 Apr 2022 11:44:05 -0700 Subject: [PATCH] build: fix duet commit message integration Co-authored-by: Max Pleaner --- .husky/prepare-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index ea784790..3888694c 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -3,6 +3,6 @@ # Automates pair commits with git-duet # See: https://github.com/git-duet/git-duet/#co-authored-by-trailer-support -if [ $(git help -a | grep duet-prepare-msg) ]; then +if [ $(git help -a | grep duet-prepare-commit-msg) ]; then exec git duet-prepare-commit-msg "$@" fi