mopidy / homebrew-mopidy

Homebrew formulas for Mopidy and Mopidy extensions
https://mopidy.com
Other
22 stars 15 forks source link

fix deprecated syntax from <<-EOS.undent to <<~EOS #26

Closed gretzky closed 6 years ago

gretzky commented 6 years ago

On installing mopidy-spotify, homebrew throws the following error:

Error: Calling <<-EOS.undent is disabled!
Use <<~EOS instead.
/usr/local/Homebrew/Library/Taps/mopidy/homebrew-mopidy/libspotify.rb:32:in `pc_file'

This PR just fixes 2 instances of the deprecated syntax

jodal commented 6 years ago

Thanks!