mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-16 02:16:01 +00:00
Fix incorrect installer variable name
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user