Skip to content
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

Uninstall-ChocolateyPackage should set unrecognized fileType to exe #964

Closed
ferventcoder opened this issue Sep 15, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@ferventcoder
Copy link
Member

If filetype gets passed in as empty or null, the package should do similar to Install-ChocolateyInstallPackage and ensure that it gets set to the default (with a warning).

@ferventcoder ferventcoder added this to the 0.10.1 milestone Sep 15, 2016
@ferventcoder ferventcoder self-assigned this Sep 15, 2016
ferventcoder added a commit that referenced this issue Sep 15, 2016
When $fileType is null or empty, `Uninstall-ChocolateyPackage` should
set that to 'exe' to be similar to how its counterpart
`Install-ChocolateyInstallPackage` does the same.
ferventcoder added a commit that referenced this issue Sep 15, 2016
* stable:
  (GH-964) Uninstall-ChocolateyPackage empty $fileType
  (maint) formatting
  (doc) Different Error for Empty Secure Checksums
  (doc) update generated docs
  (doc) note FileFullPath is an alias in 0.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants