From 03006ecd4e7573e6184e58584ca9a322a9d6e085 Mon Sep 17 00:00:00 2001 From: Lionel Coupouchetty-Ramouchetty Date: Mon, 2 Mar 2020 22:10:21 +0100 Subject: [PATCH] fix: backup path variable type --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4e28383..a470aa1 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ }, { "name": "backup_path", - "type": "path", + "type": "string", "ask": { "en": "The directory where you want to backup repositories to be created in", "fr": "Le répertoire dans lequel les dépôts restic seront créés"