Skip to content

Commit

Permalink
Merge pull request #7048 from rolandwalker/remove_airfile_link
Browse files Browse the repository at this point in the history
use `app` instead of `link` in airfile.rb
  • Loading branch information
ndr committed Oct 28, 2014
2 parents 8f9b09a + c0cda1f commit 46e9467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/airfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Airfile < Cask
url "https://s3.amazonaws.com/airfile-static/__apps__/airfile/AirFile-#{version}.zip"
homepage 'http://airfileapp.tumblr.com/'

link 'AirFile.app'
app 'AirFile.app'
end

0 comments on commit 46e9467

Please sign in to comment.