diff options
-rw-r--r-- | src/error.rs | 2 |
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), } |