aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-11-03 12:27:18 -0600
committerTristan Sloughter <[email protected]>2014-11-03 17:22:52 -0600
commit5fbc0518ad86e3c3d109c4f714673c854cba9ed6 (patch)
tree02d9330baaac9192e354775b62d95f74231765e5 /rebar.config
parent1b62290e6111f89881dd8ce5302fe8c6296baad1 (diff)
downloadrelx-5fbc0518ad86e3c3d109c4f714673c854cba9ed6.tar.gz
relx-5fbc0518ad86e3c3d109c4f714673c854cba9ed6.tar.bz2
relx-5fbc0518ad86e3c3d109c4f714673c854cba9ed6.zip
support proper return value of ec_git_vsn of {ok, string()}
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 9c1de86..ca9894b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,7 +10,7 @@
{branch, "master"}}},
{providers, ".*",
{git, "https://github.com/tsloughter/providers.git",
- {branch, "format_error"}}},
+ {branch, "master"}}},
{erlydtl, ".*",
{git, "https://github.com/erlydtl/erlydtl.git",
{tag, "0.9.0"}}},