Skip to content
Snippets Groups Projects
Unverified Commit ea27822c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #8565 from SeekingMeaning/installer/optlinked

cask/installer: fix reference to opt_linked/optlinked
parents ac3c4e2b 98248a44
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