diff --git a/dotenv/src/find.rs b/dotenv/src/find.rs index dd607289..70c45bf3 100644 --- a/dotenv/src/find.rs +++ b/dotenv/src/find.rs @@ -51,7 +51,7 @@ pub fn find(directory: &Path, filename: &Path) -> Result { } else { Err(Error::Io(io::Error::new( io::ErrorKind::NotFound, - "path not found", + "dotenv file not found in parent directory", ))) } }