-
Notifications
You must be signed in to change notification settings - Fork 918
Fix documentation for Install-ChocolateyZipPackage
output
#2357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Is it needed to sign the CLA for this? I think this can be considered a trivial change.
|
This PR will need to be rebased and re-targetted to the develop branch. |
`Install-ChocolateyZipPackage` calls `Get-ChocolateyUnzip` which outputs the passed in `$destination`. Consequently, `Install-ChocolateyZipPackage` outputs the passed in `$unzipLocation`.
No, this is not required for this change. Please accept my apologies for only getting to this now. Around here, the wheels do turn, but they turn slowly. Going to get this change merged once the CI builds complete. Thank you for your contribution here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Install-ChocolateyZipPackage
output
@Ana06 thanks again for doing this! This will ship as part of Chocolatey CLI 2.5.0. |
🎉 This issue has been resolved in version 2.5.0 🎉 The release is available on: Your GitReleaseManager bot 📦 🚀 |
Install-ChocolateyZipPackage
callsGet-ChocolateyUnzip
which outputsthe passed in
$destination
. Consequently,Install-ChocolateyZipPackage
outputs the passed in
$unzipLocation
.