proxmox-apt: fix digest api type in APTRepositoryFile

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2023-12-04 09:39:54 +01:00
parent 1859be3588
commit b57e1fb347

View File

@ -41,7 +41,7 @@ trait APTRepositoryParser {
type: Array, type: Array,
items: { items: {
description: "Digest byte.", description: "Digest byte.",
type: Integer, type: u8,
}, },
}, },
}, },