From 26f7cb2657c26922be2bfdfd07bfd5cf7d3eb38e Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 15 Sep 2014 12:06:20 -0400 Subject: [PATCH] app stanza in skitch.rb --- Casks/skitch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/skitch.rb b/Casks/skitch.rb index a479c82f4..a48440f47 100644 --- a/Casks/skitch.rb +++ b/Casks/skitch.rb @@ -5,5 +5,5 @@ class Skitch < Cask url 'http://cdn1.evernote.com/skitch/mac/release/Skitch-2.7.2.zip' homepage 'http://evernote.com/skitch/' - link 'Skitch.app' + app 'Skitch.app' end