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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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