diff options
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 6f74fc18a..fed3430b9 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -3,9 +3,7 @@ require 'formula' class SixtyFourBitRequired < Requirement fatal true - def satisfied? - MacOS.prefer_64_bit? - end + satisfy MacOS.prefer_64_bit? def message; <<-EOS.undent 32-bit MongoDB binaries are no longer available. |
