summaryrefslogtreecommitdiff
path: root/src/rebar_plugins.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_plugins.erl')
-rw-r--r--src/rebar_plugins.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_plugins.erl b/src/rebar_plugins.erl
index b6bf39b..990170d 100644
--- a/src/rebar_plugins.erl
+++ b/src/rebar_plugins.erl
@@ -25,6 +25,7 @@ install(State) ->
State2 = rebar_state:set(State1, deps_dir, OldDepsDir),
{ok, PluginProviders, State2}.
+-spec handle_plugin(rebar_prv_install_deps:dep(), rebar_state:t()) -> {true, any()} | false.
handle_plugin(Plugin, State) ->
try
{ok, _, State1} = rebar_prv_install_deps:handle_deps(State, [Plugin]),