diff --git a/sv/validatemessage.go b/sv/validatemessage.go index 5b0e60e..5feec84 100644 --- a/sv/validatemessage.go +++ b/sv/validatemessage.go @@ -62,7 +62,7 @@ func (p ValidateMessageProcessorImpl) Enhance(branch string, message string) (st groups := r.FindStringSubmatch(branch) if len(groups) != 4 { - return "", fmt.Errorf("could not find issue id group with configured regex") + return "", fmt.Errorf("could not find issue id using configured regex") } footer := fmt.Sprintf("%s: %s", p.issueKeyName, groups[2])