From f4ee1bbb1e350abbd7222beca910c1c734682b41 Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 14 Nov 2020 13:09:16 -0500 Subject: [PATCH] [docs] Add missing single quote to shell command --- site/content/docs/quickstart/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/quickstart/_index.md b/site/content/docs/quickstart/_index.md index 5b4e994ba1..c65b29682e 100644 --- a/site/content/docs/quickstart/_index.md +++ b/site/content/docs/quickstart/_index.md @@ -276,7 +276,7 @@ Once a namespace has finished bootstrapping, it must be marked as ready before r ```shell curl -X POST http://localhost:7201/api/v1/services/m3db/namespace/ready -d '{ "name": "default" -} | jq . +}' | jq . ``` {{% /tab %}}