Change example filename to be more descriptive.

This commit is contained in:
Dan Helfman 2019-06-30 17:23:09 -07:00
parent 9c75063c05
commit fe39453598
1 changed files with 2 additions and 2 deletions

View File

@ -220,10 +220,10 @@ means you've used tabs instead of spaces:
```
test.yaml: Error parsing configuration file
An error occurred while parsing a configuration file at test.yaml:
An error occurred while parsing a configuration file at config.yaml:
while scanning for the next token
found character that cannot start any token
in "test.yaml", line 230, column 1
in "config.yaml", line 230, column 1
```
YAML does not allow tabs. So to fix this, simply replace any tabs in your