Typo fix in help output (#74277)

Should still fit in 80 chars
pull/74302/head
Richlv 3 years ago committed by GitHub
parent b91749d671
commit 8e5dc7306e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -417,7 +417,7 @@ class GalaxyCLI(CLI):
def add_build_options(self, parser, parents=None):
build_parser = parser.add_parser('build', parents=parents,
help='Build an Ansible collection artifact that can be publish to Ansible '
help='Build an Ansible collection artifact that can be published to Ansible '
'Galaxy.')
build_parser.set_defaults(func=self.execute_build)

Loading…
Cancel
Save