Skip to content

Commit

Permalink
Fix typo in install script
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed May 11, 2024
1 parent b85621b commit 2c93ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Installation
via ansible-galaxy

```sh
ansible-galaxy collection install kliwniloc.borgbackup
ansible-galaxy role install kliwniloc.borgbackup
```

```yaml
Expand All @@ -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,master
ansible-galaxy role install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master
```

```yaml
Expand Down

0 comments on commit 2c93ccb

Please sign in to comment.