Skip to content

Commit fad2041

Browse files
committed
typo
1 parent 754adee commit fad2041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TLS/HttpSys/NetShWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private static void ExecuteNetShCommand(string command, bool alwaysLogOutput = f
8585
private static X509Certificate2 LoadCertificate()
8686
=> File.Exists("testCert.pfx")
8787
? X509CertificateLoader.LoadPkcs12FromFile("testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable)
88-
: X509CertificateLoader.LoadPkcs12FromFile("../testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable)
88+
: X509CertificateLoader.LoadPkcs12FromFile("../testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable);
8989
#pragma warning restore SYSLIB0057 // Type or member is obsolete
9090
}
9191
}

0 commit comments

Comments
 (0)