From 0aab4ee769211fa90e51926ae4411da29c1c0776 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 19 Jul 2024 15:43:07 +0200 Subject: just-mr: Use statistics instance in fetch map ...instead of using the singleton. --- src/other_tools/just_mr/fetch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 2e4346da..11a11306 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -497,6 +497,7 @@ auto MultiRepoFetch(std::shared_ptr const& config, &(*apis.local), (fetch_args.backup_to_remote and has_remote_api) ? &*apis.remote : nullptr, + &JustMRStatistics::Instance(), common_args.jobs); auto import_to_git_map = -- cgit v1.2.3