From 1e5262c95abc278b9dfa86a4f9c76ffebb5d67a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 13 Jan 2024 12:30:05 +0100 Subject: [PATCH] Fix manifest.toml option type --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e14df8a..0d87fb5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,7 +31,7 @@ ram.runtime = "50M" [install.upgrade_level] ask.en = "Choose the sources of packages to automatically upgrade" ask.fr = "Choisissez les sources des paquets à mettre à jour automatiquement" - type = "string" + type = "select" choices.security_only = "Security only" choices.security_and_updates = "Security and updates" default = "security_only"