fixed indendation feedback

This commit is contained in:
ashwinkumar12345 2021-10-01 11:26:24 -07:00
parent 0686ae05b5
commit dda5e2a535
1 changed files with 5 additions and 5 deletions

View File

@ -227,12 +227,12 @@ Check [Upgrade paths]({{site.url}}{{site.baseurl}}/upgrade-to/upgrade-to/#upgrad
1. The `opensearch-upgrade` tool is in the `bin` directory of the distribution. Run the following command from the distribution home: 1. The `opensearch-upgrade` tool is in the `bin` directory of the distribution. Run the following command from the distribution home:
Make sure you run this tool as the same user running the current Elasticsearch service. Make sure you run this tool as the same user running the current Elasticsearch service.
{: .note } {: .note }
```json ```json
./bin/opensearch-upgrade ./bin/opensearch-upgrade
``` ```
1. Stop Elasticsearch OSS on the node. 1. Stop Elasticsearch OSS on the node.