Skip to content

Commit

Permalink
fix: update jira issue valid message
Browse files Browse the repository at this point in the history
Update Jira check to return expected string upon success.

Signed-off-by: Dave Forgac <dave.forgac@urbint.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
tylerdave authored and smira committed Nov 12, 2021
1 parent 785d27d commit bb8186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/policy/commit/check_jira.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (j *JiraCheck) Message() string {
return j.errors[0].Error()
}

return "Jira issues are invalid"
return "Jira issues are valid"
}

// Errors returns any violations of the check.
Expand Down

0 comments on commit bb8186b

Please sign in to comment.