Skip to content

Commit

Permalink
fix(buckets): Return as an array
Browse files Browse the repository at this point in the history
  • Loading branch information
danx12 committed Jun 10, 2022
1 parent 3878357 commit 0230697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buckets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function list_buckets {
Measure-Object | Select-Object -ExpandProperty Count
$buckets += [PSCustomObject]$bucket
}
$buckets
,$buckets
}

function add_bucket($name, $repo) {
Expand Down

0 comments on commit 0230697

Please sign in to comment.