summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escripter.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_escripter.erl')
-rw-r--r--src/rebar_prv_escripter.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_escripter.erl b/src/rebar_prv_escripter.erl
index 9b5a812..bdaf1b8 100644
--- a/src/rebar_prv_escripter.erl
+++ b/src/rebar_prv_escripter.erl
@@ -59,7 +59,7 @@ init(State) ->
opts = []}),
{ok, State1}.
--spec do(rebar_state:t()) -> {ok, rebar_state:t()} | relx:error().
+-spec do(rebar_state:t()) -> {ok, rebar_state:t()}.
do(Config) ->
AppName = rebar_state:get(Config, escript_top_level_app, undefined),
App = rebar_state:get_app(Config, AppName),