aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgbouncer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pgbouncer.rb')
-rw-r--r--Library/Formula/pgbouncer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pgbouncer.rb b/Library/Formula/pgbouncer.rb
index 09d362aff..92abe87d9 100644
--- a/Library/Formula/pgbouncer.rb
+++ b/Library/Formula/pgbouncer.rb
@@ -57,7 +57,7 @@ Or start manually with:
<string>org.postgresql.pgbouncer</string>
<key>ProgramArguments</key>
<array>
- <string>#{bin}/pgbouncer</string>
+ <string>#{HOMEBREW_PREFIX}/bin/pgbouncer</string>
<string>-d</string>
<string>-q</string>
<string>#{etc}/pgbouncer.ini</string>