diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 3281d19b..018f8d3f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -355,7 +355,7 @@ fn config_path(cli_path: Option<PathBuf>) -> (PathBuf, PathBuf, bool) { let system_path = system_config_path(); if let Some(path) = default_config_path() { if path.exists() { - return (path.clone(), path, true); + return (path.clone(), path, false); } if system_path.exists() { |
