docs: fix a typo in run-test-command

Change-Id: Iaab71db0e9d7615d1eb7c62a350c5348e81b847d
This commit is contained in:
Jan Kundrát 2020-04-06 13:17:06 +02:00 committed by Jan Kundrát
parent 82b466aa68
commit ab60f53292

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"