You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
* 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
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).
The text was updated successfully, but these errors were encountered: