aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFilipe Moreira2012-04-24 17:10:42 +0300
committerAdam Vandenberg2012-04-24 07:11:48 -0700
commit3231798c8497fbdff417566e6078ae83b26b6351 (patch)
tree6bb069df15eac3b9e80da80d68d4d9630f8d4436 /Library/Formula
parent4e6d4860dd56c4b4ddb91967c92951b837453755 (diff)
downloadhomebrew-3231798c8497fbdff417566e6078ae83b26b6351.tar.bz2
mongodb: fix config file location in caveat
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 666c957fd..d3ea55f71 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -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