diff --git a/sv/config.go b/sv/config.go index 676f007..cba5234 100644 --- a/sv/config.go +++ b/sv/config.go @@ -40,7 +40,7 @@ type CommitMessageIssueConfig struct { // BranchesConfig branches preferences. type BranchesConfig struct { PrefixRegex string `yaml:"prefix"` - SuffixRegex string `yaml:"sufix"` + SuffixRegex string `yaml:"suffix"` DisableIssue bool `yaml:"disable-issue"` Skip []string `yaml:"skip"` }