summaryrefslogtreecommitdiff
path: root/src/rebar_dist_utils.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_dist_utils.erl')
-rw-r--r--src/rebar_dist_utils.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_dist_utils.erl b/src/rebar_dist_utils.erl
index f462826..03f4392 100644
--- a/src/rebar_dist_utils.erl
+++ b/src/rebar_dist_utils.erl
@@ -25,7 +25,7 @@ short(Name, Opts) ->
long(Name, Opts) ->
start(Name, longnames, Opts).
--spec find_options(rebar_state:state()) -> {Long, Short, Opts} when
+-spec find_options(rebar_state:t()) -> {Long, Short, Opts} when
Long :: atom(),
Short :: atom(),
Opts :: [{setcookie,term()}].