Fix typo for zuul_console_disabled flag

This was introduced with I0273993c3ece4363098e4bf30bfc4308bb69a8b4.
The variable being checked is "zuul_console_disabled".  Correct this
in the documentation.

Change-Id: Ib45ec943d4b227ba254354d116440aa521fb6b9e
This commit is contained in:
Ian Wienand
2022-10-11 13:42:46 +11:00
parent 51aeec13e6
commit 6c9815cee0

View File

@@ -92,7 +92,7 @@ not usually a problem, but on a static node these files will persist.
In this situation, , Zuul can be instructed to not to create any spool
files for ``shell`` and ``command`` tasks via setting
``zuul_console_disable: True`` (usually via a global host variable in
``zuul_console_disabled: True`` (usually via a global host variable in
inventory). Live streaming of ``shell`` and ``command`` calls will of
course be unavailable in this case, but no spool files will be
created.