This commit is contained in:
yggverse 2026-03-19 18:26:52 +02:00
parent 57e87eea49
commit e83d69a133

View file

@ -168,7 +168,7 @@ fn main() -> Result<()> {
copy(path_source, path_target)?;
} else {
warn!(
"Source file does not exists: `{}`",
"Source file does not exist: `{}`",
path_source.to_string_lossy()
)
}