mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-01 09:37:21 +00:00
proxmox-apt: fix digest api type in APTRepositoryFile
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
1859be3588
commit
b57e1fb347
@ -41,7 +41,7 @@ trait APTRepositoryParser {
|
|||||||
type: Array,
|
type: Array,
|
||||||
items: {
|
items: {
|
||||||
description: "Digest byte.",
|
description: "Digest byte.",
|
||||||
type: Integer,
|
type: u8,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user