Merge pull request #13210 from lmorfitt/lmorfitt-docs-hg

docs bug syntax change
This commit is contained in:
Jake Champlin 2017-03-30 12:25:47 -04:00 committed by GitHub
commit fbfe2daf04
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ URLs for Mercurial repositories support the following query parameters:
```
module "consul" {
source = "hg::http://hashicorp.com/consul.hg?ref=master"
source = "hg::http://hashicorp.com/consul.hg?rev=default"
}
```