From ddd6ee8e42ba662a7a86b6f3be9a22f5a460440a Mon Sep 17 00:00:00 2001 From: guangwu Date: Wed, 8 Nov 2023 16:26:34 +0800 Subject: [PATCH] fix: typo (#2582) Signed-off-by: guoguangwu --- test/ansible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ansible/README.md b/test/ansible/README.md index 30ba15229..70d29413f 100644 --- a/test/ansible/README.md +++ b/test/ansible/README.md @@ -107,7 +107,7 @@ To test with Vagrant, you need to: `/var/lib/libvirt/images/*VAGRANT*` The above steps are automated in the script `./prepare-run` (requires bash ->=4.4). It takes an enviroment file, and optionally a list of directories with +>=4.4). It takes an environment file, and optionally a list of directories with vagrant configurations. With a single parameter, it loops over all the directories in alphabetical order, excluding those in the `experimental` directory. Watch out for running VMs if you break the loop by hand.