Fix warning

Fix this warning
```
Warning: Packagers: option language has 'choices' but has type 'string', use 'select' instead to remove this warning.
```
This commit is contained in:
Éric Gaspar 2023-07-19 12:35:25 +02:00 committed by GitHub
parent 114663c728
commit 6ab7747d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ram.runtime = "50M"
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en"]
select = ["fr", "en"]
default = "fr"
[install.admin]