From 2def18e2710f9d8760734f718ca3750c8dc9d78e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 10 Mar 2017 10:44:56 -0800 Subject: [PATCH] build: choco: add chocolateyUninstall.ps1 --- build/choco/chocolateyUninstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/choco/chocolateyUninstall.ps1 b/build/choco/chocolateyUninstall.ps1 index e51b6b6d..22799672 100644 --- a/build/choco/chocolateyUninstall.ps1 +++ b/build/choco/chocolateyUninstall.ps1 @@ -33,4 +33,4 @@ if ($key.Count -eq 1) { Write-Warning "Too many matching packages found! Package may not be uninstalled." Write-Warning "Please alert package maintainer the following packages were matched:" $key | % {Write-Warning "- $_"} -} \ No newline at end of file +}