postgresql: fix typo (#36115)
This commit is contained in:
parent
7b27cd2f94
commit
25239924fa
@ -62,7 +62,7 @@ class Postgresql(AutotoolsPackage):
|
||||
|
||||
@property
|
||||
def command(self):
|
||||
return Exectuable(self.prefix.bin.pg_config)
|
||||
return Executable(self.prefix.bin.pg_config)
|
||||
|
||||
def configure_args(self):
|
||||
config_args = ["--with-openssl"]
|
||||
|
Loading…
Reference in New Issue
Block a user