Skip to content

Commit

Permalink
requirement: update cask wording
Browse files Browse the repository at this point in the history
We now have "magic" to automatically handle `brew cask` and `brew bundle`
calls without needing to tap those taps manually beforehand. Let's reflect that
in this wording for consistency.

Closes #427.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed Jul 1, 2016
1 parent 3e309d4 commit e3b6c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/requirement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def option_names
def message
s = ""
if cask
s += <<-EOS.undent
s += <<-EOS.undent
You can install with Homebrew Cask:
brew install Caskroom/cask/#{cask}
brew cask install #{cask}
EOS
end

Expand Down

0 comments on commit e3b6c96

Please sign in to comment.