From 2a8951fcc0e6e30093b57f0c9f73687b238a0805 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 7 Nov 2018 10:42:13 -0800 Subject: [PATCH] docs: remove curly quotes from shell block (#4921) --- website/source/docs/commands/acl.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/commands/acl.html.md b/website/source/docs/commands/acl.html.md index 6d7c9d669d..35c35fef4d 100644 --- a/website/source/docs/commands/acl.html.md +++ b/website/source/docs/commands/acl.html.md @@ -81,10 +81,10 @@ Usage: consul acl [options] [args] Create a new ACL Policy: - $ consul acl policy create “new-policy” \ - -description “This is an example policy” \ - -datacenter “dc1” \ - -datacenter “dc2” \ + $ consul acl policy create "new-policy" \ + -description "This is an example policy" \ + -datacenter "dc1" \ + -datacenter "dc2" \ -rules @rules.hcl Set the default agent token: