Skip to content

Commit

Permalink
Merge pull request rook#13008 from rkachach/fix_issue_minikube_docs
Browse files Browse the repository at this point in the history
docs: fixing typos
  • Loading branch information
travisn authored Oct 6, 2023
2 parents 29fa777 + e32ece2 commit d5b100b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Contributing/development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ eval $(minikube docker-env -p minikube)
labeled in the format `local/ceph-<arch>`.

```console
cd <your_rook_src_direcotry>
cd <your_rook_src_directory>
make BUILD_REGISTRY=local
```

Expand All @@ -85,5 +85,5 @@ make BUILD_REGISTRY=local
docker tag "local/ceph-$(go env GOARCH)" 'rook/ceph:master'
```

5) Create a Rook cluster in minikube, or if the Rook cluster is already configured, apply the new
4) Create a Rook cluster in minikube, or if the Rook cluster is already configured, apply the new
operator image by restarting the operator.

0 comments on commit d5b100b

Please sign in to comment.