From a7bdda7bd9520238ca3a588a33fc75beeef3c488 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Wed, 12 Jun 2024 10:00:06 +0200 Subject: Use RemoteServeConfig functionality via Instance() ...to track changes during refactoring easier. --- src/buildtool/main/analyse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/main/analyse.cpp') diff --git a/src/buildtool/main/analyse.cpp b/src/buildtool/main/analyse.cpp index d93246f1..7acb33b6 100644 --- a/src/buildtool/main/analyse.cpp +++ b/src/buildtool/main/analyse.cpp @@ -146,7 +146,7 @@ namespace Target = BuildMaps::Target; // we should only report served export targets if a serve endpoint exists bool has_serve{false}; #ifndef BOOTSTRAP_BUILD_TOOL - if (RemoteServeConfig::RemoteAddress()) { + if (RemoteServeConfig::Instance().RemoteAddress()) { has_serve = true; } #endif // BOOTSTRAP_BUILD_TOOL -- cgit v1.2.3