1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

revert "test"

Honestly, I didn't even mean to commit that last one. Also I am not really that sure what I am doing here. I expected select to have a similar function, but alas it does not.
This commit is contained in:
MadMan247 2024-05-16 13:15:10 -05:00 committed by GitHub
parent 836613d256
commit dc061c4427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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