From e32ece275c510eec77ed1cd8fab2766606dbce4d Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Thu, 5 Oct 2023 20:17:15 +0200 Subject: [PATCH] docs: fixing typos Signed-off-by: Redouane Kachach --- Documentation/Contributing/development-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Contributing/development-environment.md b/Documentation/Contributing/development-environment.md index 2bf69e7e0b19..383db60084cd 100644 --- a/Documentation/Contributing/development-environment.md +++ b/Documentation/Contributing/development-environment.md @@ -75,7 +75,7 @@ eval $(minikube docker-env -p minikube) labeled in the format `local/ceph-`. ```console -cd +cd make BUILD_REGISTRY=local ``` @@ -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.