Skip to content

Commit

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

app "TVRenamer-#{version}.app"

# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
#{title} requires a Java JRE to be installed. You should be prompted to install
#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} requires a Java JRE to be installed. You should be prompted to install
Java on the first execution if it is not already present.
EOS
end

0 comments on commit 86a3f7c

Please sign in to comment.