Skip to content

Commit 0859d57

Browse files
committed
Correct indentation
1 parent a1500bb commit 0859d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/operations/upgrading.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ Known issues
130130

131131
.. code-block:: console
132132
133-
curl http://<controller-ip>:9200/_cluster/settings
133+
curl http://<controller-ip>:9200/_cluster/settings
134134
135135
For now, the easiest way to fix this is to turn allocation back on:
136136

137-
.. code-block:: console
137+
.. code-block:: console
138138
139-
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
139+
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
140140
141141
Security baseline
142142
=================

0 commit comments

Comments
 (0)