mirror of
https://github.com/github/codeql.git
synced 2026-06-24 14:17:05 +02:00
C#: Fix spelling error.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
/// <returns>A string representing the NuGet sources argument for the restore command.</returns>
|
||||
public string? MakeRestoreSourcesArgument(string path, HashSet<string> reachableFeeds)
|
||||
{
|
||||
// Do not construct an set of explicit NuGet sources to use for restore.
|
||||
// Do not construct a set of explicit NuGet sources to use for restore.
|
||||
if (!CheckNugetFeedResponsiveness && !HasPrivateRegistryFeeds)
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user