aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-11-08 16:24:52 -0600
committerJack Nagel2012-11-08 16:24:52 -0600
commit84cc54947362cffbf573bb96f214e8adb03563eb (patch)
tree05111eb42e95f3c0227861fbc7906856f15b58b0 /Library
parentf0a4615c083cd609e336b82c4d6f6acf28af131e (diff)
downloadhomebrew-84cc54947362cffbf573bb96f214e8adb03563eb.tar.bz2
Fix typo in postgres requirement
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 96c3b5cbd..84c2ba6d1 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -243,7 +243,7 @@ class MysqlInstalled < Requirement
end
end
-class PostgresInstalled < Requirement
+class PostgresqlInstalled < Requirement
def fatal?; true; end
def satisfied?