Merge pull request #6224 from hashicorp/dp.fix-consul-storage-doc-6171

Fix example in documentation. Resolves [issue 6171]
This commit is contained in:
Becca Petrin 2019-02-28 09:55:55 -08:00 committed by GitHub
commit 7b4a184a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ check.
```hcl
storage "consul" {
address = "127.0.0.1:8500"
path = "vault/"
path = "vault"
}
```