summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-16 19:41:21 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-16 19:41:21 -0500
commit5980a3c72aacf5a4d2054ebb09926cdce5ca987b (patch)
treebfe3911377ad45b310a5b68dedd7721826fac8fd /src
parent884d298291e64fad99f096ee82018b568e0985f2 (diff)
update release run and variables in templates
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_release.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_release.erl b/src/rebar_prv_release.erl
index d084ad5..43a30ca 100644
--- a/src/rebar_prv_release.erl
+++ b/src/rebar_prv_release.erl
@@ -31,6 +31,5 @@ init(State) ->
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | relx:error().
do(Config) ->
- RelxConfig = rebar_state:get_local(Config, relx, []),
relx:main("release"),
{ok, Config}.