Skip to content

Commit 6fc708c

Browse files
linsuir15ch13
authored andcommitted
fix(scoop-info): Fix output for single binaries with alias (#3651)
1 parent a09926f commit 6fc708c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/scoop-info.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if($status.installed) {
9494
Write-Output "Installed: No"
9595
}
9696

97-
$binaries = arch_specific 'bin' $manifest $install.architecture
97+
$binaries = @(arch_specific 'bin' $manifest $install.architecture)
9898
if($binaries) {
9999
$binary_output = "Binaries:`n "
100100
$binaries | ForEach-Object {

0 commit comments

Comments
 (0)