mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
refactor: fix suffix typo
This commit is contained in:
parent
5c992b6826
commit
abeae14b96
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user