Signed-off-by: Fabian Grünbichler <f.gruenbich...@proxmox.com> --- not really important, but can be folded into the patch since it's not yet applied ;)
src/mirror.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mirror.rs b/src/mirror.rs index f5ee48e..a1fc1a0 100644 --- a/src/mirror.rs +++ b/src/mirror.rs @@ -280,7 +280,7 @@ fn fetch_index_file( Some(Ok(res)) => Some(Ok(res)), _ => Some(fetch_plain_file( config, - &url, + url, &path, reference.size, &reference.checksums, -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel