Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Added space to update output. (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMommersteeg authored and shep1987 committed Jun 28, 2019
1 parent c270e4d commit c36eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuKeeper/Engine/UpdatesLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static string OldVersionsToBeUpdated(IReadOnlyCollection<PackageUpdateSet
{
if (updates.Count == 1)
{
return "Updating" + DescribeOldVersions(updates.First());
return $"Updating {DescribeOldVersions(updates.First())}";
}

return $"Updating {updates.Count} packages" + Environment.NewLine +
Expand Down

0 comments on commit c36eb7d

Please sign in to comment.