requirement: update cask wording

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>
This commit is contained in:
Dominyk Tiller 2016-06-30 18:25:21 +01:00
parent 3e309d4643
commit e3b6c96b5d
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -33,10 +33,10 @@ class Requirement
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