Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-871) Fix - Uninstall zip: Path is empty string
When calling Uninstall-ChocolateyZipPackage, the text file may have an empty string at the end of the file. This line should be skipped and not tried to remove. Even though the ErrorAction is to SilentlyContinue, it will fail if the arguments are not correct.
- Loading branch information