Skip to content

Commit

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

app 'Workamajig.app'

# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
#{title} requires Adobe Air, available via
#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} requires Adobe Air, available via
brew cask install adobe-air
EOS
Expand Down

0 comments on commit 6cbd951

Please sign in to comment.