mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Fix manifest.toml option type
This commit is contained in:
parent
5e76bcc9ab
commit
1e5262c95a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue