summaryrefslogtreecommitdiffstats
path: root/pkg/commands/sync.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/sync.go')
-rw-r--r--pkg/commands/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/sync.go b/pkg/commands/sync.go
index 1321af2d3..96d0480b4 100644
--- a/pkg/commands/sync.go
+++ b/pkg/commands/sync.go
@@ -8,7 +8,7 @@ import (
// usingGpg tells us whether the user has gpg enabled so that we can know
// whether we need to run a subprocess to allow them to enter their password
func (c *GitCommand) usingGpg() bool {
- overrideGpg := c.Config.GetUserConfig().GetBool("git.overrideGpg")
+ overrideGpg := c.Config.GetUserConfig().Git.OverrideGpg
if overrideGpg {
return false
}