Skip to content

Commit

Permalink
shuffle repos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 19, 2024
1 parent eb67bf0 commit 947ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fbe/unmask_repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def Fbe.unmask_repos(options: $options, global: $global, loog: $loog)
repos.reject! { |repo| octo.repository(repo)[:archived] }
raise "No repos found matching: #{options.repositories}" if repos.empty?
loog.debug("Scanning #{repos.size} repositories: #{repos.join(', ')}...")
repos
repos.shuffle
end

0 comments on commit 947ed80

Please sign in to comment.