From ab60f532925900f86ea6896c09777d6f513ec56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Mon, 6 Apr 2020 13:17:06 +0200 Subject: [PATCH] docs: fix a typo in `run-test-command` Change-Id: Iaab71db0e9d7615d1eb7c62a350c5348e81b847d --- zuul.d/general-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/general-jobs.yaml b/zuul.d/general-jobs.yaml index 85d4ceb70..b29e78af9 100644 --- a/zuul.d/general-jobs.yaml +++ b/zuul.d/general-jobs.yaml @@ -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"