Skip to content

Commit c12e1f1

Browse files
committed
doc/testing/end-to-end.md: fix typo in minikube command
1 parent 676be15 commit c12e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/testing/end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To run the end-to-end tests on a local minikube cluster, the minikube instance m
2525
started and its local docker repo must be linked to the host's docker repo. To do this,
2626
run these commands:
2727
```
28-
$ minikube start --kubernetes-version 1.10.0
28+
$ minikube start --kubernetes-version v1.10.0
2929
$ eval $(minikube docker-env)
3030
```
3131

0 commit comments

Comments
 (0)