From 9f20b626457ad5f393ec4aa17aeecaaaae2d67a5 Mon Sep 17 00:00:00 2001
From: Julian Brost <vu20wyli@cip.cs.fau.de>
Date: Fri, 5 Apr 2019 14:25:51 +0200
Subject: [PATCH] README: fix repo name in restic command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a05d564..77848c6 100644
--- a/README.md
+++ b/README.md
@@ -46,5 +46,5 @@ using the following command, assuming the user exporting the repository is
 called `restic` and the server is called `backupsrv`:
 
 ```
-restic -o rclone.program='ssh restic@backupsrv' -r rclone:repo {init,backup,...}
+restic -o rclone.program='ssh restic@backupsrv' -r rclone:home-backup {init,backup,...}
 ```
-- 
GitLab