docs bug syntax change
rev vs ref in docs. the default branch on hg is default, not master.
This commit is contained in:
parent
7bf9534b2a
commit
18513bcb8d
|
@ -157,7 +157,7 @@ URLs for Mercurial repositories support the following query parameters:
|
||||||
|
|
||||||
```
|
```
|
||||||
module "consul" {
|
module "consul" {
|
||||||
source = "hg::http://hashicorp.com/consul.hg?ref=master"
|
source = "hg::http://hashicorp.com/consul.hg?rev=default"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue