From 47a7f748082b37daaaeab5fa4b652bf8cac92577 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 31 Dec 2009 04:09:17 +0000 Subject: [PATCH] Don't specify bin, assume mongod is in the PATH --- Formula/mongodb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/mongodb.rb b/Formula/mongodb.rb index 3364c12c3c2..1868059ebb4 100644 --- a/Formula/mongodb.rb +++ b/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