From abeae14b9608feed279cdef58b886c567a601b43 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Mon, 15 Feb 2021 02:51:52 -0300 Subject: [PATCH] refactor: fix suffix typo --- sv/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }