aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongodb.rb2
1 files changed, 1 insertions, 1 deletions
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