diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:41:21 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:41:21 -0500 |
commit | 5980a3c72aacf5a4d2054ebb09926cdce5ca987b (patch) | |
tree | bfe3911377ad45b310a5b68dedd7721826fac8fd /src | |
parent | 884d298291e64fad99f096ee82018b568e0985f2 (diff) |
update release run and variables in templates
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_release.erl | 1 |
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}. |