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

fix linter warning

Packagers: option frequency has 'choices' but has type 'string', use 'select' instead to remove this warning.
This commit is contained in:
lapineige 2023-12-30 09:12:08 +01:00 committed by GitHub
parent f7c07b10ae
commit ce08c9ef69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@
},
{
"name": "frequency",
"type": "string",
"type": "select",
"ask": {
"en": "Choose the frequency of your backups?",
"fr": "Choississez la fréquence de votre backup ?"