Fix error message

This commit is contained in:
Truman Kilen 2023-09-17 17:38:32 -05:00
parent ff3c9b265b
commit 720222ba39

View file

@ -62,7 +62,7 @@ pub enum Error {
#[error("Prefix \"{prefix}\" does not match path \"{path}\"")]
PrefixMismatch { prefix: String, path: String },
#[error("Attempted to write to \"{0}\" which outside of output directory")]
#[error("Attempted to write to \"{0}\" which is outside of output directory")]
WriteOutsideOutput(String),
#[error("Output directory is not empty: \"{0}\"")]