unpack > table.unpack

This commit is contained in:
Kan18
2019-07-19 17:27:00 -04:00
committed by GitHub
parent 3a0c854bb0
commit d75e7e23d3

View File

@@ -3,4 +3,4 @@ local args = { ... }
local target = table.remove(args, 1)
target = shell.resolve(target)
fs.mount(target, unpack(args))
fs.mount(target, table.unpack(args))