]> git.proxmox.com Git - proxmox.git/commitdiff
proxmox-apt: fix digest api type in APTRepositoryFile
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 4 Dec 2023 08:39:54 +0000 (09:39 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 4 Dec 2023 08:39:54 +0000 (09:39 +0100)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
proxmox-apt/src/repositories/file.rs

index 00fceb48a8cab34b231ad1b0cb9d0327708491f7..0d21ce3c6433946e5997c5a72d4987ae4d5babdf 100644 (file)
@@ -41,7 +41,7 @@ trait APTRepositoryParser {
             type: Array,
             items: {
                 description: "Digest byte.",
-                type: Integer,
+                type: u8,
             },
         },
     },