app stanza in cd-to.rb

This commit is contained in:
Roland Walker 2014-09-15 12:05:22 -04:00
parent 9b15dc9bed
commit 623758c954
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ class CdTo < Cask
url "https://github.com/jbtule/cdto/releases/download/#{version.gsub('.', '_')}/cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}.zip"
homepage 'https://github.com/jbtule/cdto'
link "cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}/terminal/cd to.app"
app "cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}/terminal/cd to.app"
end