From 36e36ee87c4b20fdc369acf4eaf461fa1d8824de Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Fri, 1 Nov 2019 22:31:06 +0100 Subject: [PATCH] Fix typo in mail --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fd68558..b80bca6 100755 --- a/scripts/install +++ b/scripts/install @@ -84,7 +84,7 @@ Public key: $(cat ${private_key}.pub) Or if you want to use cli: -yunohost app install https://github.com/YunoHost-Apps/borg_server_ynh -a \"ssh_user=${ssh_user}&public_key=$(cat ${private_key}.pub)\" +yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh -a \"ssh_user=${ssh_user}&public_key=$(cat ${private_key}.pub)\" If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/borg_ynh"