]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
apt repositories: fix typo for getting the default unknown text
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 9 Jun 2023 14:16:25 +0000 (16:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jun 2023 10:25:21 +0000 (12:25 +0200)
commit13b101437c17ddc7821e9a487d4ea1d3f4df481d
tree1963b4158a893a7d3147d7803cf4f4c958c21ab5
parent07f75187358986c6a683e3ca8f2c34698b4af88c
apt repositories: fix typo for getting the default unknown text

Could lead to a type error with classifyOrigin when there is a
repository that doesn't have an InRelease file and cannot be detected
as Debian/Proxmox origin from its URL. For me, it triggered with the
element.io repository after changing to bookworm (which currently
doesn't exist yet) and running apt update.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
(cherry picked from commit 78be60a079695b0306b6530eb0f757fe4125e472)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/APTRepositories.js