postgresql: fix typo (#36115)

This commit is contained in:
Harmen Stoppels
2023-03-14 23:00:27 +01:00
committed by GitHub
parent 7b27cd2f94
commit 25239924fa

View File

@@ -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"]