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 a09926f commit 6fc708cCopy full SHA for 6fc708c
1 file changed
libexec/scoop-info.ps1
@@ -94,7 +94,7 @@ if($status.installed) {
94
Write-Output "Installed: No"
95
}
96
97
-$binaries = arch_specific 'bin' $manifest $install.architecture
+$binaries = @(arch_specific 'bin' $manifest $install.architecture)
98
if($binaries) {
99
$binary_output = "Binaries:`n "
100
$binaries | ForEach-Object {
0 commit comments