summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-03 17:27:34 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-03 17:27:34 -0600
commitc508a3feb8108d57c3def7dbd385cc695b52213d (patch)
tree5587eb3dd7c7cb4d6015534e38d8e374c375cad3 /rebar.config
parent055fa5b63996967776cdc03f3c6ea486e4c6fa4b (diff)
fix tar provider to pass release and tar to relx as 2 commands
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 e2838ab..4cc0168 100644
--- a/rebar.config
+++ b/rebar.config
@@ -36,7 +36,7 @@
{branch, "master"}}},
{relx, "",
{git, "https://github.com/tsloughter/relx.git",
- {branch, "ec_git_vsn"}}},
+ {branch, "master"}}},
{getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}.
{erlydtl_opts, [{doc_root, "priv/templates"},