mongodb: fix config file location in caveat

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Filipe Moreira 2012-04-24 17:10:42 +03:00 committed by Adam Vandenberg
parent b6239976a8
commit fcdd371b1c

View file

@ -48,7 +48,7 @@ class Mongodb < Formula
launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename}
Or start it manually:
mongod run --config #{prefix}/mongod.conf
mongod run --config #{etc}/mongod.conf
The launchctl plist above expects the config file to be at #{etc}/mongod.conf.
EOS