diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/slony.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/slony.rb b/Library/Formula/slony.rb index 1761445eb..90ad3fc3a 100644 --- a/Library/Formula/slony.rb +++ b/Library/Formula/slony.rb @@ -12,7 +12,7 @@ class PostgresqlInstalled < Requirement EOS end def satisfied? - which 'pg_config' + which 'postgres' end def fatal? true |
