Skip to content
Snippets Groups Projects
Commit c203aa41 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add missing dot to help string in genpwd.py script"

parents c61d4e7e bc0f52cd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment