summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/service/distcc_build/client.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/distcc_build/client.lua b/xmake/modules/private/service/distcc_build/client.lua
index bb910547f..f79b540b3 100644
--- a/xmake/modules/private/service/distcc_build/client.lua
+++ b/xmake/modules/private/service/distcc_build/client.lua
@@ -125,7 +125,7 @@ function distcc_build_client:disconnect()
-- do disconnect
local hosts = self:hosts()
assert(hosts and #hosts > 0, "hosts not found!")
- local group_name = tostring(self) .. "/connect"
+ local group_name = tostring(self) .. "/disconnect"
scheduler.co_group_begin(group_name, function ()
for _, host in ipairs(hosts) do
scheduler.co_start(self._disconnect_host, self, host)