Fix missing comma (#10226)

* Fix missing comma

* Improved way to describe boolean values in env

Great idea @dHannasch!
This commit is contained in:
TribalNightOwl 2020-02-11 09:21:50 -05:00 committed by GitHub
parent 12cc8512e4
commit b344d1beb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ VAR=hello
### environment
Add environment variables. You can use either an array or a dictionary. Any
boolean values; true, false, yes no, need to be enclosed in quotes to ensure
boolean values (true, false, yes, no) need to be enclosed in quotes to ensure
they are not converted to True or False by the YML parser.
Environment variables with only a key are resolved to their values on the