Skip to content
Snippets Groups Projects
Commit d0831c4e authored by Jack Nagel's avatar Jack Nagel
Browse files

Always resolve one symlink when loading formula files

This means that tapped formula will always have the correct path, and we
can stop calling realpath everywhere.
parent f7f20059
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class Formulary
def initialize(name, path)
@name = name
@path = path
@path = path.resolved_path
@class_name = Formulary.class_s(name)
end
......
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