summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/api_bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/api_bundle.cpp')
-rw-r--r--src/buildtool/execution_api/common/api_bundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/api_bundle.cpp b/src/buildtool/execution_api/common/api_bundle.cpp
index 85ab49f1..bbcaa3b5 100644
--- a/src/buildtool/execution_api/common/api_bundle.cpp
+++ b/src/buildtool/execution_api/common/api_bundle.cpp
@@ -25,7 +25,7 @@ ApiBundle::ApiBundle(
remote{CreateRemote(remote_address)} {}
auto ApiBundle::CreateRemote(std::optional<ServerAddress> const& address) const
- -> gsl::not_null<std::shared_ptr<IExecutionApi>> {
+ -> gsl::not_null<IExecutionApi::Ptr> {
if (address) {
ExecutionConfiguration config;
config.skip_cache_lookup = false;