Spelling fix

Co-authored-by: Sandra McCann <samccann@redhat.com>
pull/81159/head
Alan Rominger 10 months ago committed by GitHub
parent a398390d37
commit 14810ce60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -496,7 +496,7 @@ class GalaxyCLI(CLI):
description_text = (
'Install {0}(s) from file(s), URL(s) or Ansible '
'Galaxy to the first entry in the config {1}S_PATH '
'unless overriden by --{0}s-path'.format(galaxy_type, galaxy_type.upper())
'unless overridden by --{0}s-path'.format(galaxy_type, galaxy_type.upper())
)
install_parser = parser.add_parser('install', parents=parents,
help='Install {0}(s) from file(s), URL(s) or Ansible '

Loading…
Cancel
Save