diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-07 21:05:29 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-07 21:05:29 -0600 |
commit | fd9f88b98a554030c8cb285b918f416811f06d04 (patch) | |
tree | 13214704fd932e28eff6e2f54474a36eea88e16a /src | |
parent | e9adf01d0137c02cc8cd22e0e5ffe18bcda79752 (diff) |
get rid of old plugin loading
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar3.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl index abf9b27..f023ce1 100644 --- a/src/rebar3.erl +++ b/src/rebar3.erl @@ -157,7 +157,6 @@ run_aux(State, RawArgs) -> State1 = init_config1(State), - code:add_pathsa([filename:join(rebar_utils:get_cwd(), "plugins")]), %% Process each command, resetting any state between each one State2 = rebar_state:set(State1, base_dir, filename:absname(rebar_state:dir(State1))), {ok, Providers} = application:get_env(rebar, providers), |