diff options
Diffstat (limited to 'src/buildtool/main/describe.cpp')
-rw-r--r-- | src/buildtool/main/describe.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/main/describe.cpp b/src/buildtool/main/describe.cpp index e1a8c0fa..93817c2e 100644 --- a/src/buildtool/main/describe.cpp +++ b/src/buildtool/main/describe.cpp @@ -285,8 +285,8 @@ auto DescribeTarget(BuildMaps::Target::ConfiguredTarget const& id, // check, e.g., if remote endpoints are behind proxies. if (not ServeApi::CheckServeRemoteExecution()) { Logger::Log(LogLevel::Error, - "Inconsistent remote execution endpoint and just serve " - "configuration detected."); + "Inconsistent remote execution endpoint and serve " + "endpoint configuration detected."); return kExitFailure; } // ask serve endpoint to provide the description |