style: fix lint error

This commit is contained in:
Guillaume ARM 2026-05-31 02:40:09 +02:00
parent 4641acbf3d
commit 13294fb7c5

View File

@ -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