Explorar el Código

fix linter warning

Packagers: option frequency has 'choices' but has type 'string', use 'select' instead to remove this warning.
lapineige hace 1 año
padre
commit
ce08c9ef69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ?"