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

doctor: f.prefix is already a pathname

parent 2b477398
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,7 @@ end
def __check_linked_brew f
links_found = []
Pathname.new(f.prefix).find do |src|
f.prefix.find do |src|
dst=HOMEBREW_PREFIX+src.relative_path_from(f.prefix)
next unless dst.symlink?
......
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