home: integrate brew home and cask home

This commit is contained in:
William Ma 2020-06-19 10:37:58 -04:00
parent cf76f6e721
commit ceb56df834

View File

@ -23,7 +23,7 @@ module Homebrew
if args.no_named? if args.no_named?
exec_browser HOMEBREW_WWW exec_browser HOMEBREW_WWW
else else
exec_browser(*args.formulae.map(&:homepage)) exec_browser(*args.formulae_and_casks.map(&:homepage))
end end
end end
end end