Skip to content

Commit 065e029

Browse files
martinpittrichm
authored andcommitted
fix: Fix galaxy install command in README
Remove the spurious backtick.
1 parent 6b9b65b commit 065e029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See below
2020
The role requires additional collections which are specified in `meta/collection-requirements.yml`. These are not automatically installed. You must install them like this:
2121

2222
```bash
23-
ansible-galaxy install -vv -r meta/collection-requirements.yml`
23+
ansible-galaxy install -vv -r meta/collection-requirements.yml
2424
```
2525

2626
## Role Variables

0 commit comments

Comments
 (0)