From 13294fb7c5829574181d4498a824589cb976ddab Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Sun, 31 May 2026 02:40:09 +0200 Subject: [PATCH] style: fix lint error --- programs/cube.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cube.lua b/programs/cube.lua index 08cb0ac..9247a69 100644 --- a/programs/cube.lua +++ b/programs/cube.lua @@ -178,7 +178,7 @@ local function rebootCommand(machineId, silentReboot) for k in ipairs(results) do local packet = packets[k]; - if not silentReboot == true then + if silentReboot ~= true then print('reboot machine \'' .. tostring(packet.sourceId) .. '\''); end end