mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 16:55:29 +00:00
fix typo
This commit is contained in:
parent
57e87eea49
commit
e83d69a133
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ fn main() -> Result<()> {
|
||||||
copy(path_source, path_target)?;
|
copy(path_source, path_target)?;
|
||||||
} else {
|
} else {
|
||||||
warn!(
|
warn!(
|
||||||
"Source file does not exists: `{}`",
|
"Source file does not exist: `{}`",
|
||||||
path_source.to_string_lossy()
|
path_source.to_string_lossy()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue