Skip to content

Commit

Permalink
mongodb: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent b7788be commit 53738c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mongodb.rb
Expand Up @@ -67,7 +67,7 @@ def install

if build.with? 'openssl'
args << '--ssl'
args << "--extrapath=#{Formula.factory('openssl').opt_prefix}"
args << "--extrapath=#{Formula["openssl"].opt_prefix}"
end

scons 'install', *args
Expand Down

0 comments on commit 53738c8

Please sign in to comment.