Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (maint) Remove extra .
  • Loading branch information
ferventcoder committed Jan 21, 2017
2 parents f18a789 + f6e8366 commit 60ae7d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ Output is package name | current version | available version | pinned?
if (config.RegularOutput)
{
var upgradeWarnings = oudatedPackages.Count(p => p.Value.Warning);
this.Log().Warn(() => @"{0}{1} has determined {2} package(s) are outdated. {3}.".format_with(
this.Log().Warn(() => @"{0}{1} has determined {2} package(s) are outdated. {3}".format_with(
Environment.NewLine,
ApplicationParameters.Name,
oudatedPackages.Count(p => p.Value.Success && !p.Value.Inconclusive),
Expand Down

0 comments on commit 60ae7d8

Please sign in to comment.