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
…opensearch-project#8024)

Signed-off-by: marknyny <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
marknyny and kolchfa-aws authored Aug 19, 2024
1 parent afb0d8f commit dc7ea24
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 dc7ea24

Please sign in to comment.