aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2012-11-08 16:24:52 -0600
committerJack Nagel2012-11-08 16:24:52 -0600
commit3bdce1a7fa12ec9e779edb429971249fefe9a501 (patch)
tree318deac828d8b1959bdac0305ece4cb3bf365274 /Library/Homebrew
parent1c56cda4f1ab9ac1fcd6f2deb53f04f8b8455d81 (diff)
downloadbrew-3bdce1a7fa12ec9e779edb429971249fefe9a501.tar.bz2
Fix typo in postgres requirement
Diffstat (limited to 'Library/Homebrew')
-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?