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

fix: remove trailing slash from default backup_path

This commit is contained in:
Lionel Coupouchetty-Ramouchetty 2020-02-23 17:25:13 +01:00
parent 759841b45d
commit 2957197e0c

View file

@ -57,7 +57,7 @@
"fr": "Un chemin complet ou relatif vers un répertoire existant sur le serveur distant et accessible en écriture au compte utilisé pour la sauvegarde. Répertoire d'accueil par défaut"
},
"example": "./backups",
"default": "./"
"default": "."
},
{
"name": "ssh_user",