We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8118a commit 333ed50Copy full SHA for 333ed50
pkg/commands/git_commands/config.go
@@ -66,7 +66,7 @@ func (self *ConfigCommands) NeedsGpgSubprocessForCommit() bool {
66
return false
67
}
68
69
- return self.gitConfig.GetBool("commit.gpgsign")
+ return self.gitConfig.GetBool("commit.gpgSign")
70
71
72
func (self *ConfigCommands) GetCoreEditor() string {
0 commit comments