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:
parent
f7c07b10ae
commit
ce08c9ef69
1 changed files with 1 additions and 1 deletions
|
@ -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 ?"
|
||||
|
|
Loading…
Add table
Reference in a new issue