grammar nit in heart.rb

This commit is contained in:
Roland Walker 2014-10-04 09:55:49 -04:00
parent 958d894907
commit 9c842fc0c6
1 changed files with 4 additions and 7 deletions

View File

@ -12,12 +12,9 @@ class Heart < Cask
system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Heart (Presstube)', "#{destination_path}/presstube-heart.app/Contents/Resources/Presstube - Heart.saver/Contents/Info.plist"
end
caveats do
<<-EOS.undent
If you have issue running #{@cask}, try installing Adobe Air with
caveats <<-EOS.undent
#{@cask} requires Adobe Air, available via
brew cask install adobe-air
EOS
end
brew cask install adobe-air
EOS
end