From 3c7613add42f642636fe229f6927dfed0c2ca3e1 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 4 Dec 2014 19:49:21 -0600 Subject: change name of config for where project apps lib to project_apps_dir --- src/rebar_prv_app_discovery.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_prv_app_discovery.erl') diff --git a/src/rebar_prv_app_discovery.erl b/src/rebar_prv_app_discovery.erl index b6cdf80..5e304cb 100644 --- a/src/rebar_prv_app_discovery.erl +++ b/src/rebar_prv_app_discovery.erl @@ -32,7 +32,7 @@ init(State) -> -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. do(State) -> - LibDirs = rebar_state:get(State, lib_dirs, ?DEFAULT_LIB_DIRS), + LibDirs = rebar_dir:lib_dirs(State), try State1 = rebar_app_discover:do(State, LibDirs), {ok, State1} -- cgit v1.1