Skip to content

Commit

Permalink
fix(scoop-info): Fix output for single binaries with alias (ScoopInst…
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and r15ch13 committed Sep 19, 2019
1 parent a09926f commit 6fc708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-info.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if($status.installed) {
Write-Output "Installed: No"
}

$binaries = arch_specific 'bin' $manifest $install.architecture
$binaries = @(arch_specific 'bin' $manifest $install.architecture)
if($binaries) {
$binary_output = "Binaries:`n "
$binaries | ForEach-Object {
Expand Down

0 comments on commit 6fc708c

Please sign in to comment.