diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index aaf29d28c..9630a6e4c 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -135,7 +135,7 @@ end function node_function (node, result) -- parse access and barrier tags - local access = Access.find_access_tag(node, access_tags_hierachy) + local access = find_access_tag(node, access_tags_hierachy) if access and access ~= "" then if access_tag_blacklist[access] then result.barrier = true