summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index c76159de..1dbf7c0a 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -416,7 +416,7 @@ at a custom host directly:
```sh
export KUBECONFIG=/path/to/kubeconfig
-export KUBE_MASTER_IP="http://127.0.0.1:<PORT>"
+export KUBE_MASTER_IP="127.0.0.1:<PORT>"
export KUBE_MASTER=local
go run hack/e2e.go -- -v --test
```