summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-29 17:21:06 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-29 17:21:06 -0600
commit731f05cc3db67ae49d6c7b5d7b5775c928f22691 (patch)
treef21f0cc8e8e58241633c51549df963a8b9eb46f1 /src/rebar3.erl
parent9afd6e89b2dde0f8261bfd9eb371ffd33af0d889 (diff)
fix handle_deps when no deps are to be fetched
Diffstat (limited to 'src/rebar3.erl')
-rw-r--r--src/rebar3.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl
index c2161b7..9de8236 100644
--- a/src/rebar3.erl
+++ b/src/rebar3.erl
@@ -112,7 +112,6 @@ run_aux(State, GlobalPluginProviders, RawArgs) ->
filename:join(filename:absname(rebar_state:dir(State)), BaseDir)),
{ok, Providers} = application:get_env(rebar, providers),
-
{ok, PluginProviders, State3} = rebar_plugins:install(State2),
rebar_core:update_code_path(State3),