mirror of https://github.com/aredn/aredn.git
Fix noprop color (typo in pattern match) (#251)
This commit is contained in:
parent
7b48dc3200
commit
2a263fce4f
|
@ -287,7 +287,7 @@ do
|
||||||
if not name:match("%.") then
|
if not name:match("%.") then
|
||||||
name = name .. ".local.mesh"
|
name = name .. ".local.mesh"
|
||||||
end
|
end
|
||||||
local tac = line:match("[%d%.]+%s+%S+%s+(%S)")
|
local tac = line:match("[%d%.]+%s+%S+%s+(%S+)")
|
||||||
if not tac then
|
if not tac then
|
||||||
tac = ""
|
tac = ""
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue