Browse Source

update release provider to support relx opts

pull/3/head
Tristan Sloughter 10 years ago
parent
commit
5483aba288
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_release.erl

+ 1
- 1
src/rebar_prv_release.erl View File

@ -26,7 +26,7 @@ init(State) ->
{example, "rebar release"},
{short_desc, "Build release of project."},
{desc, ""},
{opts, []}])),
{opts, relx:opt_spec_list()}])),
{ok, State1}.
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}.

Loading…
Cancel
Save