Skip to content

Commit

Permalink
better explanation of Active buckets count
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Mar 28, 2023
1 parent 58a4d75 commit 088d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Harvester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
Write-Host "$($lScoopdir.count) buckets found in Scoop-Directory."
$lActive = ($lOfficial+$lCommunity+$lScoopdir) | Sort-Object | Get-Unique
Write-Host "$($lActive.count) total Active buckets found"
Write-Host "$($lActive.count) total Active buckets found so far"
$oldActive=gc ScoopMaster/ActiveBuckets
Write-Host "$($oldActive.count) previous Active buckets"
Expand Down

0 comments on commit 088d866

Please sign in to comment.