mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
fix typo
This commit is contained in:
parent
429fa52838
commit
d35afe5d66
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl Meta {
|
|||
|
||||
if path.to_str().unwrap() != "." {
|
||||
let parent_path = match path.parent() {
|
||||
None => PathBuf::from(&"/"),
|
||||
None => PathBuf::from("/"),
|
||||
Some(path) => PathBuf::from(path),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue