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 +}