From f03f7c8d1adc457e0ec248ff86fa6024110abfc2 Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Mon, 6 Mar 2023 09:29:23 +0100 Subject: [PATCH] Fix a typo in the integration tests readme --- testing/matrix-sdk-integration-testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/matrix-sdk-integration-testing/README.md b/testing/matrix-sdk-integration-testing/README.md index 36c4c8ad7..dd572a7c1 100644 --- a/testing/matrix-sdk-integration-testing/README.md +++ b/testing/matrix-sdk-integration-testing/README.md @@ -28,7 +28,7 @@ To drop the database of your docker-compose run: ```bash docker-compose -f assets/docker-compose.yml stop -docker volume rm -f assets_marix-rust-sdk-ci-data +docker volume rm -f assets_matrix-rust-sdk-ci-data ``` or simply: