Skip to content

Commit

Permalink
fix: git-verify empty message (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Tronje Krop <[email protected]>
  • Loading branch information
tkrop committed Feb 1, 2024
1 parent dcc92bb commit 9347ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ git-verify = awk -v mode="$(1)" -v author="$(GITAUTHOR)" ' \
} \
(mode != "message") { if (msg) { verify(); } } \
END { \
verify(); if (errors) { \
if (msg) { verify(); } if (errors) { \
printf("$(call mfailure,git-verify $(RUNARGS) [errors=%d])\n", \
errors); exit 1 \
} \
Expand Down

0 comments on commit 9347ef0

Please sign in to comment.