mongodb: executable is in bin
Closes Homebrew/homebrew#27155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8b55f3ed68
commit
0ff5bb60ab
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue