Merge "docs: fix a typo in run-test-command"

This commit is contained in:
Zuul 2020-04-07 08:15:13 +00:00 committed by Gerrit Code Review
commit bb0549c816

View File

@ -35,7 +35,7 @@
To use this, set the ``test_command`` variable to a single command or
a list of commands. For complex list of commands, it is recommended to
use a single command that run a proper script.
use a single command that runs a proper script.
run: playbooks/run-test-command/run.yaml
vars:
test_command: "exit 1"