unpack > table.unpack

This commit is contained in:
Kan18 2019-07-19 17:27:00 -04:00 committed by GitHub
parent 3a0c854bb0
commit d75e7e23d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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