aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-02 17:14:42 -0500
committerJack Nagel2013-06-02 17:14:42 -0500
commite337b12f7291bf03021cd736eb94f71bf8be26dc (patch)
treeaf6f6e6bcb3b8abfea6bc88b724ef8d226169590 /Library
parent8d82e88742ad84c113b905f3d9915d07daa6a3fb (diff)
downloadhomebrew-e337b12f7291bf03021cd736eb94f71bf8be26dc.tar.bz2
PostgresqlDependency: use canonical name for default formula
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' }