This commit is contained in:
Kai Vogelgesang 2020-07-07 13:23:52 +02:00
parent a5eb903c90
commit b3f659b2b7

View File

@ -33,7 +33,7 @@ local function get(url)
return result
end
function ensure_dotlua(path)
local function ensure_dotlua(path)
if string.match(path, "%.lua$") then
return path
else