updated config path

This commit is contained in:
Andrei Stoica 2023-06-25 06:59:53 -04:00
parent 86750a7428
commit 16a2646cb8
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ impl Config {
home_cfg.push(format!(".{}", cfg_name));
let mut pwd_cfg = PathBuf::from(pwd.clone());
pwd_cfg.push(cfg_name);
pwd_cfg.push(format!(".{}", cfg_name));
Ok(vec![home_config_cfg, home_cfg, pwd_cfg])