diff options
| author | Adam Vandenberg | 2014-02-25 22:07:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:22 -0800 |
| commit | 0deb05403b2c7a0dcbb8b76e4711666e2cd25696 (patch) | |
| tree | 9a01d196af1557f647517dd60a70055091c5f6f1 | |
| parent | bfb5bd76372bd98adbcb6c85059dc406e7c7b7b3 (diff) | |
| download | homebrew-0deb05403b2c7a0dcbb8b76e4711666e2cd25696.tar.bz2 | |
mongodb: use Formula[]
| -rw-r--r-- | Library/Formula/mongodb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 202d06b95..563dd128e 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -67,7 +67,7 @@ class Mongodb < Formula if build.with? 'openssl' args << '--ssl' - args << "--extrapath=#{Formula.factory('openssl').opt_prefix}" + args << "--extrapath=#{Formula["openssl"].opt_prefix}" end scons 'install', *args |
