mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +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}\"")]
|
||||
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}\"")]
|
||||
|
|
Loading…
Reference in a new issue