We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420e082 + 933db5e commit cd1374cCopy full SHA for cd1374c
templates/windows/install_powershell_provider.ps1.erb
@@ -9,7 +9,7 @@ $module = Install-PackageProvider NuGet -Force `
9
<% end -%>
10
11
If ($module -eq $null) {
12
- Write-Error "Failed to install NuGet PackagePrivider"
+ Write-Error "Failed to install NuGet Package Provider"
13
Exit 1
14
}
15
0 commit comments