Skip to content

Commit b09d1d4

Browse files
committed
fix: openpgp typo (#465)
1 parent 676835d commit b09d1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Preference.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected override void OnClosing(WindowClosingEventArgs e)
134134
SetIfChanged(config, "core.autocrlf", CRLFMode != null ? CRLFMode.Value : null, null);
135135
SetIfChanged(config, "commit.gpgsign", EnableGPGCommitSigning ? "true" : "false", "false");
136136
SetIfChanged(config, "tag.gpgsign", EnableGPGTagSigning ? "true" : "false", "false");
137-
SetIfChanged(config, "gpg.format", GPGFormat.Value, "opengpg");
137+
SetIfChanged(config, "gpg.format", GPGFormat.Value, "openpgp");
138138

139139
if (!GPGFormat.Value.Equals("ssh", StringComparison.Ordinal))
140140
SetIfChanged(config, $"gpg.{GPGFormat.Value}.program", GPGExecutableFile, "");

0 commit comments

Comments
 (0)