Skip to content
Snippets Groups Projects
Commit 98248a44 authored by Seeker's avatar Seeker
Browse files

cask/installer: fix reference to opt_linked/optlinked

parent cbc34486
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ module Cask
else
cask_or_formula.try(:installed?)
end
installed && (cask_or_formula.respond_to?(:opt_linked?) ? cask_or_formula.opt_linked? : true)
installed && (cask_or_formula.respond_to?(:optlinked?) ? cask_or_formula.optlinked? : true)
end
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