summaryrefslogtreecommitdiff
path: root/src/rebar_prv_version.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_version.erl')
-rw-r--r--src/rebar_prv_version.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_version.erl b/src/rebar_prv_version.erl
index ab56802..9197438 100644
--- a/src/rebar_prv_version.erl
+++ b/src/rebar_prv_version.erl
@@ -27,6 +27,7 @@ init(State) ->
short_desc = "Print version for rebar and current Erlang.",
desc = "",
opts = []}),
+
{ok, State1}.
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | relx:error().