C#: Address review comments.

This commit is contained in:
Michael Nebel
2023-08-29 09:33:11 +02:00
parent e19c7758ed
commit 5de8d9181d
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
progressMonitor.LogInfo("Attempting to download nuget.exe");
try
{
FileUtils.DownloadFile(FileUtils.nugetExeUrl, nuget);
FileUtils.DownloadFile(FileUtils.NugetExeUrl, nuget);
progressMonitor.LogInfo($"Downloaded nuget.exe to {nuget}");
return nuget;
}