Skip to content
Snippets Groups Projects
Unverified Commit f49233c8 authored by Xu Cheng's avatar Xu Cheng
Browse files

Tab#for_formula: using Formula#installed_prefix


Closes #529.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent 7e14ec0b
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class Tab < OpenStruct
paths << dirs.first
end
paths << f.prefix
paths << f.installed_prefix
path = paths.map { |pn| pn.join(FILENAME) }.find(&:file?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment