From 5d63c2d05561d31b87b62cf3537b1bf1be6a1469 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Wed, 19 Jun 2024 16:36:16 +0200 Subject: Instantiate LocalApi and BazelApi at once ...to properly fallback to local api if needed. --- src/buildtool/main/describe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/main/describe.cpp') diff --git a/src/buildtool/main/describe.cpp b/src/buildtool/main/describe.cpp index 978adadb..3e278ee8 100644 --- a/src/buildtool/main/describe.cpp +++ b/src/buildtool/main/describe.cpp @@ -25,7 +25,7 @@ #include "src/buildtool/logging/logger.hpp" #include "src/buildtool/main/exit_codes.hpp" #ifndef BOOTSTRAP_BUILD_TOOL -#include "src/buildtool/execution_api/common/create_execution_api.hpp" +#include "src/buildtool/execution_api/common/api_bundle.hpp" #include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/serve_api/remote/config.hpp" #endif // BOOTSTRAP_BUILD_TOOL -- cgit v1.2.3