Skip to content

Commit

Permalink
remove #{title} in tv-show-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Dec 5, 2014
1 parent 63c7b84 commit a9928e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Casks/tv-show-tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
license :oss

widget 'TV Show Tracker.wdgt'

# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
Currently, Dashboard Widgets such as '#{title}' do NOT work correctly
Currently, Dashboard Widgets such as '#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/caskroom/homebrew-cask/issues/2206
Expand Down

0 comments on commit a9928e9

Please sign in to comment.