Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Fix PostgreSQL server satisfied? by using postgres #15403

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Formula/slony.rb
Expand Up @@ -12,7 +12,7 @@ def message; <<-EOS.undent
EOS EOS
end end
def satisfied? def satisfied?
which 'pg_config' which 'postgres'
end end
def fatal? def fatal?
true true
Expand Down