Fix path in docs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy 2021-01-06 12:00:34 +01:00
parent 9bf4196816
commit 488469e927
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -126,5 +126,5 @@ $ sudo apt install -y direnv
$ cp .envrc.sample .envrc
$ direnv allow
$ pip install -e .
$ cd integration-test-role && molecule test
$ cd integration && molecule test
```