remove semicolon

This commit is contained in:
Simon Voordouw 2017-07-06 15:06:19 +02:00
parent fdbc07b377
commit 1bbb327178
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function M.temperature(request, response)
end
local function setCurrentPrint(id)
local cpfileName = "/tmp/current-print";
local cpfileName = "/tmp/current-print"
if id == nil then
io.popen('rm ' .. cpfileName)
return true