Skip to content

Commit 54f157c

Browse files
authored
fix: command line indents
1 parent 029aaef commit 54f157c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ Assuming this repository is checked out in the proper structure,
9191
e.g. `collections_root/ansible_collections/cloud/azure_ops/`, run:
9292

9393
```shell
94-
tox -e linters
94+
tox -e linters
9595
```
9696

9797
Sanity and unit tests are run as normal:
9898

9999
```shell
100-
ansible-test sanity
100+
ansible-test sanity
101101
```
102102

103103
There are also integration tests in the `molecule` directory which are meant to be run against an azure subscription.
104104

105105
```shell
106-
az login
107-
molecule test
106+
az login
107+
molecule test
108108
```
109109

110110
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](CI.md).

0 commit comments

Comments
 (0)