Sfoglia il codice sorgente

fix linter warning

Packagers: option frequency has 'choices' but has type 'string', use 'select' instead to remove this warning.
lapineige 1 anno fa
parent
commit
ce08c9ef69
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      manifest.json

+ 1 - 1
manifest.json

@@ -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 ?"