From 24d50902bd3ee7b5d75eb158ac5b3696df2b88c9 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 6 Feb 2025 14:46:36 +0000 Subject: prosodyctl: Fix luacheck warning --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosodyctl b/prosodyctl index 9437dae1..f3c6d784 100755 --- a/prosodyctl +++ b/prosodyctl @@ -316,7 +316,7 @@ function commands.stop(arg) if ok then local i=1; while true do - local ok, running = prosodyctl.isrunning(); + local ok, running = prosodyctl.isrunning(); --luacheck: ignore 421 if ok and not running then break; elseif i == 5 then -- cgit v1.2.3