Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 542154b

Browse files
committed
fix
1 parent f56ed3f commit 542154b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/Certificates/Cache/DefaultCertificateDiskCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private string getRootCertificateDirectory()
129129
assemblyLocation = Assembly.GetEntryAssembly().Location;
130130
}
131131

132-
// single-file app string.Empty location
132+
// single-file app returns string.Empty location
133133
if (assemblyLocation == string.Empty)
134134
{
135135
assemblyLocation = AppContext.BaseDirectory;

0 commit comments

Comments
 (0)