Skip to content

Commit e0c5ac2

Browse files
linsuiAsh258
authored andcommitted
fix(scoop-info): check bucket of installed app (#3740)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
1 parent 7e32139 commit e0c5ac2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libexec/scoop-info.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if (!$manifest) {
3535
}
3636

3737
$install = install_info $app $status.version $global
38+
$status.installed = $install.bucket -eq $bucket
3839
$version_output = $manifest.version
3940
if (!$manifest_file) {
4041
$manifest_file = manifest_path $app $bucket

0 commit comments

Comments
 (0)