From 20dcaaa253ea6b4625cddfce02a22b2aa13e1c0d Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 24 Jan 2017 18:25:25 +1100 Subject: [PATCH] fix appveyor tests --- libexec/scoop-install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/scoop-install.ps1 b/libexec/scoop-install.ps1 index 23b6c044d..207202d14 100644 --- a/libexec/scoop-install.ps1 +++ b/libexec/scoop-install.ps1 @@ -63,7 +63,7 @@ if($apps.length -eq 1) { # remember which were explictly requested so that we can # differentiate after dependencies are added -$explicit_apps = $apps +$explicit_apps = $apps if(!$independent) { $apps = install_order $apps $architecture # adds dependencies