mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Fix warning message grammar (#84666)
This commit is contained in:
@@ -302,7 +302,7 @@ def command_sanity(args: SanityConfig) -> None:
|
||||
|
||||
if created_venvs and isinstance(controller, DockerConfig) and controller.name == 'default' and not args.prime_venvs:
|
||||
names = ', '.join(created_venvs)
|
||||
display.warning(f'There following sanity test virtual environments are out-of-date in the "default" container: {names}')
|
||||
display.warning(f'The following sanity test virtual environments are out-of-date in the "default" container: {names}')
|
||||
|
||||
if failed:
|
||||
message = 'The %d sanity test(s) listed below (out of %d) failed. See error output above for details.\n%s' % (
|
||||
|
||||
Reference in New Issue
Block a user