We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c2333 commit ee2f3b0Copy full SHA for ee2f3b0
1 file changed
lib/install.ps1
@@ -1079,6 +1079,7 @@ function prune_installed($apps, $global) {
1079
1080
# check whether the app failed to install
1081
function failed($app, $global) {
1082
+ $app = ($app -split '/|\\')[-1]
1083
return (is_directory (appdir $app $global)) -and !(Select-CurrentVersion -AppName $app -Global:$global)
1084
}
1085
0 commit comments