From ced902127370a7d81cc563b4d4079cb34ff18ff8 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 May 2022 23:27:11 +0800 Subject: fix group --- xmake/modules/private/service/distcc_build/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1