diff --git a/src/store/paths.rs b/src/store/paths.rs index c11fabc8..f0807462 100644 --- a/src/store/paths.rs +++ b/src/store/paths.rs @@ -75,7 +75,7 @@ where { return None; } - path.canonicalize().ok() + return Some(path.to_path_buf()); }) .collect();