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 aa61f19 commit 25f25b4Copy full SHA for 25f25b4
1 file changed
libexec/scoop-cleanup.ps1
@@ -49,7 +49,7 @@ function cleanup($app, $global, $verbose, $cache) {
49
Write-Host " $version" -NoNewline
50
$dir = versiondir $app $version $global
51
# unlink all potential old link before doing recursive Remove-Item
52
- unlink_persist_data $manifest $dir
+ unlink_persist_data (installed_manifest $app $version $global) $dir
53
Remove-Item $dir -ErrorAction Stop -Recurse -Force
54
}
55
$leftVersions = Get-ChildItem $appDir
0 commit comments