* Fixed Typo
This commit is contained in:
parent
e501f5ed76
commit
e5e7237975
@ -56,7 +56,7 @@ end
|
||||
function flash(image, kpattern)
|
||||
local cmd = "ffluci-flash "
|
||||
if kpattern then
|
||||
cmd = cmd .. "-k '" .. kapttern:gsub("'", "") .. "' "
|
||||
cmd = cmd .. "-k '" .. kpattern:gsub("'", "") .. "' "
|
||||
end
|
||||
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user