Skip to content

Commit

Permalink
Fix access module
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed May 17, 2015
1 parent de2f069 commit 074c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/bicycle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 074c7a9

Please sign in to comment.