From f0f7b0826597a040be36e61e5f4e5751b06eef65 Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Wed, 25 Jun 2025 15:44:10 +0530 Subject: [PATCH] Typo Fix Signed-off-by: Priyansh Choudhary --- test/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index 90e42d425..f4e7714af 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -134,7 +134,7 @@ Below is a mapping between `make` variables to E2E configuration flags. 1. `FAIL_FAST`: `--fail-fast`. Optional. 1. `HAS_VSPHERE_PLUGIN`: `--has-vsphere-plugin`. Optional. 1. `WORKER_OS`: `--worker-os`. Optional. -1. `IMAGE_REGISTRY_PROXY`: `-image-registry-proxy.` Optional. +1. `IMAGE_REGISTRY_PROXY`: `--image-registry-proxy.` Optional. ### Examples