diff --git a/website/source/docs/configuration/storage/consul.html.md b/website/source/docs/configuration/storage/consul.html.md index c2d275070b..213182267e 100644 --- a/website/source/docs/configuration/storage/consul.html.md +++ b/website/source/docs/configuration/storage/consul.html.md @@ -25,7 +25,7 @@ check. ```hcl storage "consul" { address = "127.0.0.1:8500" - path = "vault/" + path = "vault" } ```