diff --git a/Growl/tools/ChocolateyInstall.ps1 b/Growl/tools/ChocolateyInstall.ps1 index c490bfa..cf962a8 100644 --- a/Growl/tools/ChocolateyInstall.ps1 +++ b/Growl/tools/ChocolateyInstall.ps1 @@ -16,7 +16,7 @@ try } $params = @{ - packageName = $package; + packageName = 'growl'; fileType = 'exe'; silentArgs = '/c:"msiexec -i Growl_v2.0.msi /qn"' url = 'http://www.growlforwindows.com/gfw/d.ashx?f=GrowlInstaller.exe';