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:
parent
a9dd6818a5
commit
03006ecd4e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue