Info
Description
I think the 4.2 brew formula needs a small capitalization tweak of the class name
MongodbCommunityAt42
to:
MongodbCommunityAT42
Error as of https://github.com/mongodb/homebrew-brew/commit/55d295e26ec04d4f9de54ff52b0b79059da593f9:
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew/Formula/mongodb-community@4.2.rb
No available formula with the name "mongodb-community@4.2"
In formula file: /usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew/Formula/mongodb-community@4.2.rb
Expected to find class MongodbCommunityAT42, but only found: MongodbCommunityAt42.
Though issue is with 4.2 formula specifically, the
brew tap mongodb/brew
command downloads all formulae, and so errors with an issue in one of them.
Hope this helps.
Expected Deliverable
Teams Impacted
Top User Comments
acm commented on Fri, 31 Jul 2020 20:01:46 +0000:
Merged via PR
acm commented on Fri, 31 Jul 2020 20:01:06 +0000:
andrew.feierabend - Thanks for catching that. Merged.
andrew.feierabend commented on Fri, 31 Jul 2020 19:59:18 +0000:
Submitted PR: https://github.com/mongodb/homebrew-brew/pull/65/files
Steps to Reproduce
Follow first step in README here:
https://github.com/mongodb/homebrew-brew
or Manual here:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
brew tap mongodb/brew