Skip to content

Commit

Permalink
Small fix quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhbert committed Oct 11, 2021
1 parent c04e5d3 commit b8f8a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/documentation/pages_en/quickstart.md
Expand Up @@ -226,7 +226,7 @@ Or use one of the following instructions to set up the local Kubernetes cluster
{% raw %}
```shell
minikube start --driver=docker --insecure-registry registry.example.com:80
minikube start --vm=true --insecure-registry registry.example.com:80
```
{% endraw %}
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/pages_ru/quickstart.md
Expand Up @@ -229,7 +229,7 @@ werf version
{% raw %}
```shell
minikube start --driver=docker --insecure-registry registry.example.com:80
minikube start --vm=true --insecure-registry registry.example.com:80
```
{% endraw %}
Expand Down

0 comments on commit b8f8a89

Please sign in to comment.