From dae11fcc82562d5fa7c0d95e87083d85da0f63b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D1=88=D0=B0=20=D0=A7=D0=B5=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D1=85?= Date: Mon, 28 Nov 2016 12:48:01 +0300 Subject: [PATCH] Update ChocolateyInstall.ps1 --- Growl/tools/ChocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';