aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-11-26 20:47:46 +0100
committerColin Wilk <colin.wilk@tum.de>2023-11-26 20:47:46 +0100
commitb85621b4efa340575c8023db468d306fbb2421e0 (patch)
treeabde103b991553375c1a3b53afc16339acd93bf1
parent10cbd4eb25b8b1a85bb88db00c2eb017d7691623 (diff)
downloadansible-role-borgbackup-b85621b4efa340575c8023db468d306fbb2421e0.tar.gz
ansible-role-borgbackup-b85621b4efa340575c8023db468d306fbb2421e0.zip
Fix correct branch in READMEv1.0.2
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd704b0..7cd2407 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ ansible-galaxy collection install kliwniloc.borgbackup
via git
```sh
-ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,main
+ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master
```
```yaml