summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-24 12:01:03 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-24 12:01:03 -0500
commit4b31a20a61b89d2979816646f8feca806d419564 (patch)
treedd628be4acef39699121b2a68942bf16e0178f12 /src/rebar_core.erl
parent9c6e20d3287e532946a518f1455be8d6ddcf6b14 (diff)
improved dep handling and add package list task
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 675b272..8732074 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -39,7 +39,7 @@ process_command(State, Command) ->
LibDirs = rebar_state:get(State, lib_dirs, ?DEFAULT_LIB_DIRS),
DepsDir = rebar_state:get(State, deps_dir, ?DEFAULT_DEPS_DIRS),
_UpdatedCodePaths = update_code_path([DepsDir | LibDirs]),
- rebar_prv_deps:setup_env(State),
+ rebar_prv_install_deps:setup_env(State),
TargetProviders = rebar_provider:get_target_providers(Command, State),