From 5980a3c72aacf5a4d2054ebb09926cdce5ca987b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 16 Sep 2014 19:41:21 -0500 Subject: update release run and variables in templates --- src/rebar_prv_release.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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}. -- cgit v1.1