Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH 1416) Incorrect documentation for Install-ChocolateyInstallPackage
The -ValidExitCodes should not have the "=" in it Fix -ValidExitCodes = @(0) to -ValidExitCodes @(0)
- Loading branch information