summaryrefslogtreecommitdiff
path: root/src/entry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.rs')
-rw-r--r--src/entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.rs b/src/entry.rs
index b59ced5..72eeb7e 100644
--- a/src/entry.rs
+++ b/src/entry.rs
@@ -86,6 +86,6 @@ impl Entry {
impl AsRef<Path> for Entry {
fn as_ref(&self) -> &Path {
- &self.path
+ &self.original_path
}
}