From ce08c9ef69ec6aab1714219c58f4723f86d657c7 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 30 Dec 2023 09:12:08 +0100 Subject: [PATCH] fix linter warning Packagers: option frequency has 'choices' but has type 'string', use 'select' instead to remove this warning. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a2d40de..9259c95 100644 --- a/manifest.json +++ b/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 ?"