From 495ea0984f1c9111fe11080f8d391cbb7df112e2 Mon Sep 17 00:00:00 2001 From: jensilo <k@jensheise.com> Date: Sat, 16 Dec 2023 16:37:49 +0100 Subject: [PATCH] word --- src/core/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/config.go b/src/core/config/config.go index 885afc5..5f69d01 100644 --- a/src/core/config/config.go +++ b/src/core/config/config.go @@ -96,7 +96,7 @@ func defaultOptions() *Options { // Using default options the config file is expected to be located in the config/ directory. // Default example: config/config.toml // -// For the local config it locates the sub-folder local/ and looks for a file with the same name and extension. +// For the local config it locates the subdirectory local/ and looks for a file with the same name and extension. // Default example: config/local/config.toml // Before, this was done by appending ".local" to the filename and before the extension. However, this was changed because // it was inconvenient when using docker volumes. -- GitLab