From 40ed3ee050e0fc3d0f41fc46f7360d28b9a1f7cc Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 2 Nov 2023 11:35:51 +0100 Subject: just-mr: Update to using the static methods of ServeApi --- src/other_tools/just_mr/fetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 70322d98..16dcda22 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -269,7 +269,7 @@ auto MultiRepoFetch(std::shared_ptr const& config, nr == 1 ? "archive" : "archives"); // setup the APIs for archive fetches - auto remote_api = JustMR::Utils::SetupRemoteApi( + auto remote_api = JustMR::Utils::GetRemoteApi( common_args.remote_execution_address, auth_args); IExecutionApi::Ptr local_api{remote_api ? std::make_unique() : nullptr}; -- cgit v1.2.3