Change example filename to be more descriptive.
This commit is contained in:
parent
9c75063c05
commit
fe39453598
1 changed files with 2 additions and 2 deletions
|
@ -220,10 +220,10 @@ means you've used tabs instead of spaces:
|
||||||
|
|
||||||
```
|
```
|
||||||
test.yaml: Error parsing configuration file
|
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
|
while scanning for the next token
|
||||||
found character that cannot start any 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
|
YAML does not allow tabs. So to fix this, simply replace any tabs in your
|
||||||
|
|
Loading…
Reference in a new issue