aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/geocouch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb
index d47c586ba..ddf54c9e6 100644
--- a/Library/Formula/geocouch.rb
+++ b/Library/Formula/geocouch.rb
@@ -25,7 +25,7 @@ class Geocouch < Formula
def install
# Grab couchdb 1.3.x.
couchdb_dir = buildpath/'couchdb-src'
- couchdb = Formula.factory 'couchdb'
+ couchdb = Formula["couchdb"]
couchdb.brew { couchdb_dir.install Dir['*'] }
ENV['COUCH_SRC'] = couchdb_dir/"src/couchdb"