aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index bdbe71ee0..ad621867c 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -41,7 +41,7 @@ end
class PostgresqlDependency < Requirement
fatal true
- default_formula 'postgres'
+ default_formula 'postgresql'
satisfy { which 'pg_config' }