string form `caveats` in pemdas-widget.rb

This commit is contained in:
Roland Walker 2014-10-04 10:06:14 -04:00
parent 4f5e621eec
commit 349f2ff050
1 changed files with 3 additions and 6 deletions

View File

@ -7,8 +7,7 @@ class PemdasWidget < Cask
license :oss
widget 'PEMDAS.wdgt'
caveats do
puts <<-EOS.undent
caveats <<-EOS.undent
Currently, Dashboard Widgets such as '#{@cask}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
@ -16,7 +15,5 @@ class PemdasWidget < Cask
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
EOS
end
end