Skip to content

Commit

Permalink
[docs] Add missing single quote to shell command (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbroyles authored Nov 16, 2020
1 parent 0570e8b commit 5edd3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down

0 comments on commit 5edd3f1

Please sign in to comment.