1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

fix: backup path variable type

This commit is contained in:
Lionel Coupouchetty-Ramouchetty 2020-03-02 22:10:21 +01:00
parent a9dd6818a5
commit 03006ecd4e

View file

@ -50,7 +50,7 @@
}, },
{ {
"name": "backup_path", "name": "backup_path",
"type": "path", "type": "string",
"ask": { "ask": {
"en": "The directory where you want to backup repositories to be created in", "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" "fr": "Le répertoire dans lequel les dépôts restic seront créés"