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 7e32139 commit e0c5ac2Copy full SHA for e0c5ac2
1 file changed
libexec/scoop-info.ps1
@@ -35,6 +35,7 @@ if (!$manifest) {
35
}
36
37
$install = install_info $app $status.version $global
38
+$status.installed = $install.bucket -eq $bucket
39
$version_output = $manifest.version
40
if (!$manifest_file) {
41
$manifest_file = manifest_path $app $bucket
0 commit comments