summaryrefslogtreecommitdiffstats
path: root/pkg/commands/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/config.go')
-rw-r--r--pkg/commands/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/config.go b/pkg/commands/config.go
index c5f56c7b4..5d296ddb8 100644
--- a/pkg/commands/config.go
+++ b/pkg/commands/config.go
@@ -95,5 +95,5 @@ func (self *ConfigCommands) Branches() (map[string]*config.Branch, error) {
}
func (self *ConfigCommands) GetGitFlowPrefixes() string {
- return self.gitConfig.Get("--local --get-regexp gitflow.prefix.")
+ return self.gitConfig.GetGeneral("--local --get-regexp gitflow.prefix")
}