aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorhallucynogenyc2014-03-03 15:40:33 +0100
committerMike McQuaid2014-03-03 14:59:40 +0000
commit5bc3108ef2fb57d3edefaa1f8d00066dd743cde2 (patch)
treed8e32b9b67b5fbac527000ac94d2cde09952a85d /Library/Formula
parent03fd16ff5210da8b1facb7c80bef28753a4fc657 (diff)
downloadhomebrew-5bc3108ef2fb57d3edefaa1f8d00066dd743cde2.tar.bz2
mongodb: executable is in bin
Closes #27155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 4d5e77d97..ec428b0fe 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -113,7 +113,7 @@ class Mongodb < Formula
<string>#{plist_name}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/mongod</string>
+ <string>#{opt_prefix}/bin/mongod</string>
<string>--config</string>
<string>#{etc}/mongod.conf</string>
</array>