summaryrefslogtreecommitdiff
path: root/src/rebar_prv_release.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-21 09:19:38 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-21 09:19:38 -0500
commit6356112cbbb32b09dd2f94ea856c3cbd32b1c085 (patch)
tree3fee9bbb20d8217bd31f77b693faa27a50870fba /src/rebar_prv_release.erl
parentc3f3f3aa69358a8e181bf8f8804e14ab4f60ddbe (diff)
more dialyzer fun. no likey opaque types
Diffstat (limited to 'src/rebar_prv_release.erl')
-rw-r--r--src/rebar_prv_release.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_release.erl b/src/rebar_prv_release.erl
index 66ad4b2..d724490 100644
--- a/src/rebar_prv_release.erl
+++ b/src/rebar_prv_release.erl
@@ -31,5 +31,5 @@ init(State) ->
-spec do(rebar_state:t()) -> {ok, rebar_state:t()}.
do(Config) ->
- relx:main("release"),
+ relx:main(["release"]),
{ok, Config}.