From 5edd3f1c47a41e1df834f92b0ab062206a9e951a Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 16 Nov 2020 10:26:26 -0500 Subject: [PATCH] [docs] Add missing single quote to shell command (#2893) --- 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 %}}