This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 9cb3e11 Update local_tutorial.md (#518)
9cb3e11 is described below
commit 9cb3e112480b20d796a251b239804aa8c7fa7767
Author: Frank R <[email protected]>
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 4fb4043..6e7ed49 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