mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-05 09:08:40 +00:00
use correct file name in index.json
This commit is contained in:
parent
03841f08ba
commit
c01397601c
@ -207,7 +207,7 @@ pub(crate) async fn close_image(
|
||||
|
||||
let mut guard = registry.lock().unwrap();
|
||||
guard.file_list.push(json!({
|
||||
"filename": device_name,
|
||||
"filename": format!("{}.img.fidx", device_name),
|
||||
"size": device_size,
|
||||
"csum": proxmox::tools::digest_to_hex(&upload_result.csum),
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user