Skip to content

Commit

Permalink
fix(remote_cache): wrong class name (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhimanyu Singh <[email protected]>
  • Loading branch information
theomelo and avmnu-sng authored Sep 30, 2022
1 parent f10c4c3 commit 568c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec_tracer/remote_cache/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def download_branch_refs
else
@branch_refs = {}

File.rm_f(file_name)
FileUtils.rm_f(file_name)

RSpecTracer.logger.error "Failed to fetch branch refs for #{@branch_name} branch"
end
Expand Down

0 comments on commit 568c5e7

Please sign in to comment.