Skip to content

Commit

Permalink
Revert "Revert "(GH 1416 doc) Incorrect documentation for Install-Cho…
Browse files Browse the repository at this point in the history
…colateyInstallPackage""

This reverts commit 9b56886.
  • Loading branch information
danyel-campbell committed Oct 17, 2017
1 parent 9b56886 commit 8893ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Install-ChocolateyInstallPackage 'bob' 'exe' '/S' "$(Split-Path -Parent $MyInvoc
Install-ChocolateyInstallPackage -PackageName 'bob' -FileType 'exe' `
-SilentArgs '/S' `
-File "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\bob.exe" `
-ValidExitCodes = @(0)
-ValidExitCodes @(0)
.LINK
Install-ChocolateyPackage
Expand Down

0 comments on commit 8893ff1

Please sign in to comment.