From f88a7c9847ffdb9d288dd855484d877d0d08ffdd Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Sun, 27 Mar 2016 03:35:43 -0400 Subject: [PATCH] Fix incorrect installer variable name --- lib/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.ps1 b/lib/install.ps1 index 166cd5021..f6787b3cc 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -478,7 +478,7 @@ function install_prog($fname, $dir, $installer) { } #Don't remove installer if "keep" flag is set to true - if (!($keepInstaller.keep -eq "true")) + if (!($installer.keep -eq "true")) { rm $prog }