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