From ee7f610914012db6bc8b046f150d5f0ddea7b499 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 31 Dec 2009 04:09:17 +0000 Subject: Don't specify bin, assume mongod is in the PATH --- Library/Formula/mongodb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 3364c12c3..1868059eb 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -38,7 +38,7 @@ You can enable mongodb to automatically load on login with: launchctl load -w #{prefix}/org.mongodb.mongod.plist Or start it manually: - #{bin}/mongod run --config #{prefix}/mongod.conf + mongod run --config #{prefix}/mongod.conf EOS end -- cgit v1.2.3