Skip to content

Commit

Permalink
(chocolateyGH-114) Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Nov 8, 2018
1 parent 73f1735 commit 52ab1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppVeyor/AppVeyorInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Write-Host 'Running AppVeyor install script' -ForegroundColor Yellow
#---------------------------------#
# Install NuGet #
#---------------------------------#
Write-Host 'Installing NuGet PackageProvide'
Write-Host 'Installing NuGet PackageProvider'
$pkg = Install-PackageProvider -Name NuGet -Force -ErrorAction Stop
Write-Host "Installed NuGet version '$($pkg.version)'"

Expand Down

0 comments on commit 52ab1b4

Please sign in to comment.