updated config path

This commit is contained in:
2023-06-25 06:59:53 -04:00
parent 86750a7428
commit 16a2646cb8

View File

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