YAML input select example missing spaces (#14356)

There are spaces missing in front of the potential values in the options list (all other lines have double space on indent). Not sure if it matters as my config file works without them, but since it's an example for brand new users, may want to fix.
This commit is contained in:
drphungky 2020-08-31 11:28:51 -04:00 committed by GitHub
parent 024bb2311c
commit fdfe355dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,10 +45,10 @@ input_select:
name: Threat level
# A collection is used for options
options:
- 0
- 1
- 2
- 3
- 0
- 1
- 2
- 3
initial: 0
```