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

broken/ef
Paul Schneider 3 years ago
commit 54a900c361
1 changed files with 1 additions and 1 deletions

@ -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);
}

Loading…