mediamicroservices / homebrew-mm

0 stars 4 forks source link

Calling <<-EOS.undent is deprecated! #13

Closed dericed closed 6 years ago

dericed commented 6 years ago
Warning: Calling <<-EOS.undent is deprecated!
Use <<~EOS instead.
/usr/local/Homebrew/Library/Taps/mediamicroservices/homebrew-mm/mm.rb:90:in `caveats'
Please report this to the mediamicroservices/mm tap!

Related patch: https://github.com/mediamicroservices/homebrew-mm/pull/12

re-opened from https://github.com/mediamicroservices/homebrew-mm/issues/11

CSchloss385 commented 6 years ago

Changed <<-EOS.undet to <<~EOS and this appears to fix the problem.