Skip to content

Commit

Permalink
Fixed incorrect use of single quotes in the install OpenSearch guide. (
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Aug 19, 2024
1 parent 53f0e36 commit b758da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _install-and-configure/install-opensearch/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Before continuing, you should verify that Docker is working correctly by deployi
```
1. Send a request to port 9200. The default username and password are `admin`.
```bash
curl https://localhost:9200 -ku 'admin:<custom-admin-password>'
curl https://localhost:9200 -ku admin:<custom-admin-password>
```
{% include copy.html %}

Expand Down

0 comments on commit b758da9

Please sign in to comment.