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