* Fixed Typo
This commit is contained in:
parent
e501f5ed76
commit
e5e7237975
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ end
|
||||||
function flash(image, kpattern)
|
function flash(image, kpattern)
|
||||||
local cmd = "ffluci-flash "
|
local cmd = "ffluci-flash "
|
||||||
if kpattern then
|
if kpattern then
|
||||||
cmd = cmd .. "-k '" .. kapttern:gsub("'", "") .. "' "
|
cmd = cmd .. "-k '" .. kpattern:gsub("'", "") .. "' "
|
||||||
end
|
end
|
||||||
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"
|
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue