mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the error occurring while postgresql cloud instance deployment on AWS RDS.
This commit is contained in:
@@ -44,7 +44,7 @@ class RdsProvider(AbsProvider):
|
||||
|
||||
def init_args(self, parsers):
|
||||
""" Create the command line parser for this provider """
|
||||
self.parser = parsers.add_parser('rds',
|
||||
self.parser = parsers.add_parser('aws',
|
||||
help='Amazon RDS PostgreSQL',
|
||||
epilog='Credentials are read from '
|
||||
'~/.aws/config by default and '
|
||||
Reference in New Issue
Block a user