From a656131f7701f233eb866b6c8ced5a71c2c338f3 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 15 Sep 2014 12:09:21 -0400 Subject: [PATCH] app stanza in intellij-idea-community-eap.rb --- Casks/intellij-idea-community-eap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index c3eee54b3..27ee495d0 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -5,5 +5,5 @@ class IntellijIdeaCommunityEap < Cask url 'http://download.jetbrains.com/idea/ideaIC-138.1696.2.dmg' homepage 'https://www.jetbrains.com/idea/index.html' - link 'IntelliJ IDEA 14 CE EAP.app' + app 'IntelliJ IDEA 14 CE EAP.app' end