fix name of command in example comment

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
Ashley Davis 2022-06-28 16:24:28 +01:00
parent 2c9344e316
commit 80bbe953bb
No known key found for this signature in database
GPG Key ID: DD14CC017E32BEB1

View File

@ -47,7 +47,7 @@ SERVICE_IP_PREFIX = 10.0.0
## The Kind image is pre-pulled to avoid 'kind create' from blocking other make
## targets.
##
## make kind [KIND_CLUSTER_NAME=name] [K8S_VERSION=<kubernetes_version>]
## make [KIND_CLUSTER_NAME=name] [K8S_VERSION=<kubernetes_version>] e2e-setup-kind
##
## @category Development
e2e-setup-kind: kind-exists