Skip to content

Commit c284e9b

Browse files
committed
http: fix comment
1 parent 66287c0 commit c284e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Core/HttpClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public HttpClient CreateClient()
198198
#endif
199199
}
200200

201-
// If IsUsingCookieEnabled is enabled, set Cookie header from cookie file, which is written by libcurl
201+
// If CustomCookieFilePath is set, set Cookie header from cookie file, which is written by libcurl
202202
if (!string.IsNullOrWhiteSpace(_settings.CustomCookieFilePath) && _fileSystem.FileExists(_settings.CustomCookieFilePath))
203203
{
204204
// get the filename from gitconfig

0 commit comments

Comments
 (0)