diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 002cf7d99..ce1694209 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -155,7 +155,7 @@ To install gems without sudo, see the Homebrew wiki. <string>org.postgresql.postgres</string> <key>ProgramArguments</key> <array> - <string>#{bin}/postgres</string> + <string>#{HOMEBREW_PREFIX}/bin/postgres</string> <string>-D</string> <string>#{var}/postgres</string> <string>-r</string> |
