From 7ed998bdb6a8cb98ae9b720db9041673f59a7849 Mon Sep 17 00:00:00 2001
From: Enrico Stano <enricostn@gmail.com>
Date: Wed, 17 Jun 2020 12:42:07 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index ce9c07c..49882e7 100644
--- a/README.md
+++ b/README.md
@@ -226,7 +226,7 @@ You need to define these variables, consider doing it in an Ansible vault. Examp
 backups_role_postgresql_user_password: "seraph babylon humanely boccie compeer revers"
 
 # Remote bucket URL in restic format
-# Example for backblaze:  "b2:bucketname:path/to/repo"
+# Example for backblaze:  "b2:bucketname:/"
 # Example for local repo: "/var/backups/repo"
 backups_role_restic_repo_url: "b2:unique-bucket-name:path/to/restic/repo/inside/the/bucket"
 backups_role_restic_repo_password: "rwqlenwhat7a7rand0m7passw0rd7ss2"
-- 
GitLab