diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-20 10:44:52 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-25 13:59:48 +0200 |
commit | c7f83a2d2fa436bf78911e288e1f07576861601e (patch) | |
tree | bfa8e4c990473a9e0f2a36eb444a03dfb9713e87 /src/other_tools/just_mr/fetch.cpp | |
parent | 18092e2ff2d33f9f7c25eec995ffb4ac824fe96c (diff) | |
download | justbuild-c7f83a2d2fa436bf78911e288e1f07576861601e.tar.gz |
Pass ApiBundle to ServeApi
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 4b90dd61..47c107f3 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -408,7 +408,7 @@ auto MultiRepoFetch(std::shared_ptr<Configuration> const& config, return kExitConfigError; } - auto serve = ServeApi::Create(*serve_config); + auto serve = ServeApi::Create(*serve_config, &apis); // check configuration of the serve endpoint provided if (serve) { // if we have a remote endpoint explicitly given by the user, it must |