From 98a26fe4c2132d0b8052f462f7b2cdfebb8fca78 Mon Sep 17 00:00:00 2001 From: Federico Ponzi Date: Tue, 19 Jan 2021 20:00:58 +0000 Subject: [PATCH] Typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b109e85..1677bd3 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ docker run --device=/dev/kvm \ -it \ --security-opt seccomp=unconfined \ --volume $(pwd)/${crate}:/${crate} \ - rustvmm/dev:v{$container_version} + rustvmm/dev:v${container_version} cd ${crate} pytest --profile=devel rust-vmm-ci/integration_tests/test_coverage.py ```