Skip to content
Snippets Groups Projects
Commit 2f02942a authored by Jack Nagel's avatar Jack Nagel
Browse files

PostgresqlDependency: use canonical name for default formula

parent 63b90311
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ end
class PostgresqlDependency < Requirement
fatal true
default_formula 'postgres'
default_formula 'postgresql'
satisfy { which 'pg_config' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment