lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.4.2 vs lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.4.3

- old
+ new

@@ -18,12 +18,10 @@ @should_fix_nanos = should_fix_nanos @failed_repos = [] end def run - matching_repos = should_fix_nanos ? - add_org_suffix(find_all_matching_gems) : - find_all_matching_apps_or_repos(repos, :github, sandbox) + matching_repos = build_matching_repos_list(should_fix_nanos) @failed_repos = matching_repos.clone delete_and_create_temp_neetob_dir matching_repos.each do |repo| ui.info("\nWorking on #{repo}\n") begin