Skip to content

Commit cd1374c

Browse files
authored
Merge pull request #923 from puppetlabs/typo
Fix typo in diagnostic message
2 parents 420e082 + 933db5e commit cd1374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/windows/install_powershell_provider.ps1.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $module = Install-PackageProvider NuGet -Force `
99
<% end -%>
1010

1111
If ($module -eq $null) {
12-
Write-Error "Failed to install NuGet PackagePrivider"
12+
Write-Error "Failed to install NuGet Package Provider"
1313
Exit 1
1414
}
1515

0 commit comments

Comments
 (0)