Merge branch 'master' of gitlab.pschneider.fr:Paul/nuget-host

This commit is contained in:
Paul Schneider
2021-05-16 02:51:20 +01:00

View File

@ -28,7 +28,7 @@ namespace nuget_cli
foreach (string pkg in pkgs)
{
var report = await PushCommand.RunAsync(pkg,source,apiKey);
var report = await PushCommand.RunAsync(pkg, source, apiKey);
pushReports.Add(report);
}