Skip to content

Commit

Permalink
fix: change "jiraKeys" to "keys"
Browse files Browse the repository at this point in the history
Fixes a type in the field name for Jira keys.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored and talos-bot committed Nov 19, 2020
1 parent efd7fbb commit c5dc2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/policy/commit/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type HeaderChecks struct {

// JiraChecks is the configuration for checks for Jira issues
type JiraChecks struct {
Keys []string `mapstructure:"jiraKeys"`
Keys []string `mapstructure:"keys"`
}

// BodyChecks is the configuration for checks on the body of a commit.
Expand Down

0 comments on commit c5dc2e6

Please sign in to comment.