Skip to content

Commit 333ed50

Browse files
author
Chris McDonnell
committed
refactor: Make tag.gpgSign match official capitalization
The actual usage is case insensitive, so this doesn't actually matter. But if fills my heart with joy.
1 parent 3d8118a commit 333ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/git_commands/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (self *ConfigCommands) NeedsGpgSubprocessForCommit() bool {
6666
return false
6767
}
6868

69-
return self.gitConfig.GetBool("commit.gpgsign")
69+
return self.gitConfig.GetBool("commit.gpgSign")
7070
}
7171

7272
func (self *ConfigCommands) GetCoreEditor() string {

0 commit comments

Comments
 (0)