diff options
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 083284b9..db2eedcd 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -454,8 +454,10 @@ auto MultiRepoFetch(std::shared_ptr<Configuration> const& config, nr_gt != 0 ? str_gt : std::string()); // setup the APIs for archive fetches - auto remote_api = JustMR::Utils::GetRemoteApi( - common_args.remote_execution_address, auth_args); + auto remote_api = + JustMR::Utils::GetRemoteApi(common_args.remote_execution_address, + common_args.remote_serve_address, + auth_args); IExecutionApi::Ptr local_api{std::make_unique<LocalApi>()}; // setup the API for serving trees of Git repos or archives |