You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/01/23 17:46:31 UTC

[solr-operator] branch gh-pages updated: Update local_tutorial.md (#518)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 20028f5  Update local_tutorial.md (#518)
20028f5 is described below

commit 20028f5ed4838263d540b4c2efa794d098a2afd5
Author: Frank R <re...@gmail.com>
AuthorDate: Mon Jan 23 18:46:25 2023 +0100

    Update local_tutorial.md (#518)
---
 docs/local_tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 4846f38..c6d80be 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -44,7 +44,7 @@ This tutorial shows how to setup Solr under Kubernetes on your local mac. The pl
 brew install --cask docker
 
 # Enable Kubernetes in Docker Settings, or run the command below:
-sed -i -e 's/"kubernetesEnabled" : false/"kubernetesEnabled" : true/g' \
+sed -i -e 's/"kubernetesEnabled": false/"kubernetesEnabled": true/g' \
     ~/Library/Group\ Containers/group.com.docker/settings.json
 
 # Start Docker for mac from Finder, or run the command below