From 17fecd756ae664515fe1ac5ac79049bf6e3ef3d0 Mon Sep 17 00:00:00 2001 From: Lvcongqing Date: Mon, 12 Aug 2024 03:08:31 +0000 Subject: [PATCH] update src/config/app_config.rs. Signed-off-by: Lvcongqing --- src/config/app_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/app_config.rs b/src/config/app_config.rs index a32f864..302873e 100644 --- a/src/config/app_config.rs +++ b/src/config/app_config.rs @@ -95,7 +95,7 @@ impl Config { /** check if config file and it's directory exists - if not exists, create them + if not exists, create them. */ pub fn ensure_config_exists() -> Result<()> { let mut config_dir: PathBuf = if cfg!(debug_assertions) { -- Gitee