Procházet zdrojové kódy

fix linter warning

Packagers: option frequency has 'choices' but has type 'string', use 'select' instead to remove this warning.
lapineige před 1 rokem
rodič
revize
ce08c9ef69
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ?"