lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.4.0 vs lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.4.1
- old
+ new
@@ -21,10 +21,10 @@
def run
matching_repos = should_fix_nanos ?
add_org_suffix(find_all_matching_gems) :
find_all_matching_apps_or_repos(repos, :github, sandbox)
- @failed_repos = matching_repos
+ @failed_repos = matching_repos.clone
delete_and_create_temp_neetob_dir
matching_repos.each do |repo|
ui.info("\nWorking on #{repo}\n")
begin
shallow_clone_repo_in_tmp_dir(repo)