From 488469e927f818c59bdf51f84317ef0ed30cb007 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 12:00:34 +0100 Subject: [PATCH] Fix path in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc1c0d..6165c30 100644 --- a/README.md +++ b/README.md @@ -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 ```