mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
Fix error message
This commit is contained in:
parent
ff3c9b265b
commit
720222ba39
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub enum Error {
|
||||||
#[error("Prefix \"{prefix}\" does not match path \"{path}\"")]
|
#[error("Prefix \"{prefix}\" does not match path \"{path}\"")]
|
||||||
PrefixMismatch { prefix: String, path: String },
|
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),
|
WriteOutsideOutput(String),
|
||||||
|
|
||||||
#[error("Output directory is not empty: \"{0}\"")]
|
#[error("Output directory is not empty: \"{0}\"")]
|
||||||
|
|
Loading…
Reference in a new issue