This commit is contained in:
mxve 2023-10-28 19:38:53 +02:00
parent 7965314c6b
commit 8685961eed

View File

@ -239,7 +239,7 @@ fn update_dir(
"[{}] Downloading outdated or missing files for {}, {}",
"Info".bright_magenta(),
remote_dir,
misc::human_readable_bytes(total_download_size(&files_to_download, &remote_dir))
misc::human_readable_bytes(total_download_size(&files_to_download, remote_dir))
);
for file in files_to_download {
let file_name = &file.name.replace(&format!("{}/", remote_dir), "/");