Updated rebar.config to specify branch
This commit is contained in:
parent
35cfd552d1
commit
7936ece490
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@
|
||||||
{
|
{
|
||||||
'nicedecimal',
|
'nicedecimal',
|
||||||
".*",
|
".*",
|
||||||
{git, "git://github.com/talentdeficit/nicedecimal.git"}
|
{git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'meck',
|
'meck',
|
||||||
".*",
|
".*",
|
||||||
{git, "git://github.com/eproxus/meck.git"}
|
{git, "git://github.com/eproxus/meck.git", {branch, "master"}}
|
||||||
}
|
}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue