# HG changeset patch # User Matthew Wild # Date 1738853196 0 # Node ID d2969e163656e3a6cdf294ea042e41ef29296a54 # Parent 0b37ce3e40cdd959f541ba78fc933a0b4729fcbe prosodyctl: Fix luacheck warning diff -r 0b37ce3e40cd -r d2969e163656 prosodyctl --- a/prosodyctl Thu Feb 06 14:45:56 2025 +0000 +++ b/prosodyctl Thu Feb 06 14:46:36 2025 +0000 @@ -316,7 +316,7 @@ 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