Fixed the error occurring while postgresql cloud instance deployment on AWS RDS.

This commit is contained in:
Yogesh Mahajan
2023-04-28 15:16:22 +05:30
committed by GitHub
parent 978979c39f
commit 8428df97ca
3 changed files with 3 additions and 3 deletions

View File

@@ -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 '