aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 21:56:03 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 21:56:03 +0100
commit6e7c31c4bd3cd01402802bf0ad67a45411e591d6 (patch)
tree3e9aabedca042f011773dc429784197249d74c61
parent09340be9d57baf4bca404086f81462563f300909 (diff)
Typo
Change-Id: Id463c44f025dcdb6e6433b5db59dc096128269ff Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf2226bde..381bf9734 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ images/vyos-1.1.8-amd64.qcow2
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-healthcheck;jerma
+ opnfv/functest-healthcheck:jerma
```
```