aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:51:59 -0800
committerAdam Vandenberg2013-01-27 14:54:52 -0800
commit8eb22a4664e254f3daf9e20753d0a458aaf50ff3 (patch)
treeccf143daca33dd93a78bf15946eec8dacd8f5e7e /Library
parentfe5bc4d8c00e69adeec16d30c90612ffe4f9cbb5 (diff)
downloadhomebrew-8eb22a4664e254f3daf9e20753d0a458aaf50ff3.tar.bz2
avain: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/avian.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/avian.rb b/Library/Formula/avian.rb
index ce59cf84d..feebb45e5 100644
--- a/Library/Formula/avian.rb
+++ b/Library/Formula/avian.rb
@@ -21,7 +21,7 @@ class Avian < Formula
head 'https://github.com/ReadyTalk/avian.git'
- depends_on JdkInstalled.new
+ depends_on JdkInstalled
def install
system 'make', 'JAVA_HOME=/Library/Java/Home'