mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
Typo fix in README.md
This commit is contained in:
committed by
Laura Loghin
parent
631c82acd3
commit
98a26fe4c2
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user