From 1e62f6cb050c6cdcb46b6f80cbe74821c4e68e88 Mon Sep 17 00:00:00 2001 From: ninjabenji <76439609+ninjabenji@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:31:42 +0100 Subject: [PATCH] DOC - Note on config filename extension Seems the config file can be located wherever needed but not using an extension or using an extension other than .yml causes the following error could not load config file Unsupported Config Type "" --- docs/markdown/cli/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/general.md b/docs/markdown/cli/general.md index 748c7bc..2dca58d 100644 --- a/docs/markdown/cli/general.md +++ b/docs/markdown/cli/general.md @@ -2,7 +2,7 @@ ## `-c, --config` -Specify the config file to be used. +Specify the config file to be used (must use .yml as an extension). If omitted `autorestic` will search for for a `.autorestic.yml` in the current directory and your home directory. ```bash