Skip to content

Commit 59fdee1

Browse files
Cleanup
1 parent ab01092 commit 59fdee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Core/Management/CertifyManager/CertifyManager.ManagedCertificates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ private async Task<bool> StartHttpChallengeServer()
787787
{
788788
_tc?.TrackEvent("ChallengeResponse_HttpChallengeServer_Start");
789789

790-
bool isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
790+
var isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
791791

792792
var cliPath = System.IO.Path.Combine(AppContext.BaseDirectory, isWindows ? "certify.exe" : "certify");
793793

0 commit comments

Comments
 (0)