fixed trailing slash in consul.html.md example

This commit is contained in:
Dominic Porreco 2019-02-05 17:01:39 -07:00
parent 2e42352d7c
commit 4310bb58c8

View file

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