style: fix lint error
This commit is contained in:
parent
4641acbf3d
commit
13294fb7c5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user