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 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?