mirror of
https://github.com/falcosecurity/falco.git
synced 2026-05-12 17:52:56 +00:00
Fix error string
This commit is contained in:
@@ -29,7 +29,7 @@ local function mark_relational_nodes(ast, index)
|
||||
ast.index = index
|
||||
|
||||
else
|
||||
error ("Unexpected type in install_filter: "..t)
|
||||
error ("Unexpected type in mark_relational_nodes: "..t)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user