Skip to content

Commit

Permalink
fix(scoop-info): remove a whitespace (ScoopInstaller#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and r15ch13 committed Sep 19, 2019
1 parent 6fc708c commit 9f693cb
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 @@ -96,7 +96,7 @@ if($status.installed) {

$binaries = @(arch_specific 'bin' $manifest $install.architecture)
if($binaries) {
$binary_output = "Binaries:`n "
$binary_output = "Binaries:`n "
$binaries | ForEach-Object {
if($_ -is [System.Array]) {
$binary_output += " $($_[1]).exe"
Expand Down

0 comments on commit 9f693cb

Please sign in to comment.