summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 6fe18db..adb19bc 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -9,7 +9,7 @@ pub enum Error {
     IO(std::io::Error),
     Parse(String),
     PathListHasEmptyComponents(String),
-    PathIsAFile(String),
+    PathIsAFile(GenericPath),
     PathIsRelative(GenericPath),
     PathInvalid(GenericPath),
 }