Add missing dot to help string in genpwd.py script
Change-Id: I87df49939f600cfa1041193808ce6bdcf4620ffc
This commit is contained in:
parent
b20182266a
commit
bc0f52cdc7
@ -59,7 +59,7 @@ def main():
|
||||
parser.add_argument(
|
||||
'-p', '--passwords', type=str,
|
||||
default=os.path.abspath('/etc/kolla/passwords.yml'),
|
||||
help=('Path to the passwords yml file'))
|
||||
help=('Path to the passwords.yml file'))
|
||||
|
||||
args = parser.parse_args()
|
||||
passwords_file = os.path.expanduser(args.passwords)
|
||||
|
Loading…
Reference in New Issue
Block a user