Skip to content

Commit

Permalink
fix binary path in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 16, 2021
1 parent 5a66196 commit dce1612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/continuous_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ curl -LO \
https://storage.googleapis.com/kubernetes-release/release/$kv/bin/linux/amd64/kubectl \
&& install kubectl /tmp/

minikube config set WantUpdateNotification false
/tmp/minikube-linux-amd64 config set WantUpdateNotification false
/tmp/minikube-linux-amd64 start --driver=docker
```

0 comments on commit dce1612

Please sign in to comment.