diff options
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 22460150e..65310b312 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -1,7 +1,7 @@ require 'formula' require 'hardware' -class Mongodb <Formula +class Mongodb < Formula homepage 'http://www.mongodb.org/' if Hardware.is_64_bit? and not ARGV.include? '--32bit' @@ -90,4 +90,4 @@ EOS </plist> EOS end -end
\ No newline at end of file +end |
