0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-22 08:20:39 +00:00

refactor: fix suffix typo

This commit is contained in:
Beatriz Vieira 2021-02-15 02:51:52 -03:00
parent 5c992b6826
commit abeae14b96

View File

@ -40,7 +40,7 @@ type CommitMessageIssueConfig struct {
// BranchesConfig branches preferences. // BranchesConfig branches preferences.
type BranchesConfig struct { type BranchesConfig struct {
PrefixRegex string `yaml:"prefix"` PrefixRegex string `yaml:"prefix"`
SuffixRegex string `yaml:"sufix"` SuffixRegex string `yaml:"suffix"`
DisableIssue bool `yaml:"disable-issue"` DisableIssue bool `yaml:"disable-issue"`
Skip []string `yaml:"skip"` Skip []string `yaml:"skip"`
} }