From fe394535980c2184b44ec9f02c60697c4a61dff0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 30 Jun 2019 17:23:09 -0700 Subject: [PATCH] Change example filename to be more descriptive. --- docs/how-to/set-up-backups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index e54cda94..aca1de31 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -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