Skip to content

Commit dc7ea24

Browse files
Fixed incorrect use of single quotes in the install OpenSearch guide. (opensearch-project#8024)
Signed-off-by: marknyny <marknyny@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent afb0d8f commit dc7ea24

File tree

1 file changed

+1
-1
lines changed
  • _install-and-configure/install-opensearch

1 file changed

+1
-1
lines changed

_install-and-configure/install-opensearch/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Before continuing, you should verify that Docker is working correctly by deployi
106106
```
107107
1. Send a request to port 9200. The default username and password are `admin`.
108108
```bash
109-
curl https://localhost:9200 -ku 'admin:<custom-admin-password>'
109+
curl https://localhost:9200 -ku admin:<custom-admin-password>
110110
```
111111
{% include copy.html %}
112112

0 commit comments

Comments
 (0)