summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-12-24 13:09:27 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-12-24 13:09:27 -0600
commit1800ed481e580e8031c817762c0d7fe28b41c2d8 (patch)
tree39f1946db83a747492dfa1009fbadef459026fae /src/rebar3.erl
parentfaeb3d3989d47fb8680fdef3a598ebc4fae62f65 (diff)
parent91d297cf8ac59849137d360b58c1dcd1a719e4a9 (diff)
Merge pull request #77 from tsloughter/master
update plugin install code
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 d4307f7..f69d27f 100644
--- a/src/rebar3.erl
+++ b/src/rebar3.erl
@@ -122,7 +122,6 @@ run_aux(State, GlobalPluginProviders, RawArgs) ->
{ok, Providers} = application:get_env(rebar, providers),
{ok, PluginProviders, State4} = rebar_plugins:install(State3),
rebar_core:update_code_path(State4),
-
AllProviders = Providers++PluginProviders++GlobalPluginProviders,
State5 = rebar_state:create_logic_providers(AllProviders, State4),
{Task, Args} = parse_args(RawArgs),