Skip to content

Commit a10f6fb

Browse files
authored
Fix a typo in one of the shell commands in Access the Neo4j cluster from inside Kubernetes (#2479) (#2483)
1 parent 38fcff4 commit a10f6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/kubernetes/quickstart-cluster/access-inside-k8s.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The drivers will use them to obtain the initial routing table.
199199
+
200200
[source, shell, subs="attributes"]
201201
----
202-
kubectl run --rm -it --namespace "neo4j" --image "neo4j:{neo4j-version-exact}-enterprise"cypher-shell -- cypher-shell -a \ "neo4j://my-cluster-headless.neo4j.svc.cluster.local:7687" -u neo4j -p "my-password"
202+
kubectl run --rm -it --namespace "neo4j" --image "neo4j:{neo4j-version-exact}-enterprise" cypher-shell -- cypher-shell -a "neo4j://my-cluster-headless.neo4j.svc.cluster.local:7687" -u neo4j -p "my-password"
203203
----
204204
+
205205
[source, result, subs="attributes", role=nocopy]

0 commit comments

Comments
 (0)