From 55c7c9c0c931e77732be161e04ee0dfbbdb120a1 Mon Sep 17 00:00:00 2001 From: Brandon H Date: Mon, 11 Jan 2016 14:20:46 -0600 Subject: [PATCH] (GH-534) Update ChocolateyUninstallTemplate.cs Fixes #534 --- .../templates/ChocolateyUninstallTemplate.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chocolatey/infrastructure.app/templates/ChocolateyUninstallTemplate.cs b/src/chocolatey/infrastructure.app/templates/ChocolateyUninstallTemplate.cs index f871d546a..7a6941c0a 100644 --- a/src/chocolatey/infrastructure.app/templates/ChocolateyUninstallTemplate.cs +++ b/src/chocolatey/infrastructure.app/templates/ChocolateyUninstallTemplate.cs @@ -96,10 +96,10 @@ public class ChocolateyUninstallTemplate ## OTHER HELPERS ## https://github.com/chocolatey/choco/wiki/HelpersReference -#Uninstall-ChocolateyZipPackage +#Uninstall-ChocolateyZipPackage $packageName #Uninstall-BinFile # Only needed if you added one in the installer script, choco will remove the ones it added automatically. #remove any shortcuts you added "; } -} \ No newline at end of file +}