summaryrefslogtreecommitdiff
path: root/src/rebar_dir.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-12-05 10:21:17 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-12-05 10:21:17 -0600
commit0c2f57253de80038a6c9525cc9db703bca5cbfc3 (patch)
tree16365b5f97c246612e4a3fa95303ac1e92a4966e /src/rebar_dir.erl
parent859121d5d9b85ca33a17120fa3f0cf8f3edf95a3 (diff)
parent3c7613add42f642636fe229f6927dfed0c2ca3e1 (diff)
Merge pull request #37 from tsloughter/lib_dirs
change name of config for where project apps lib to project_apps_dir
Diffstat (limited to 'src/rebar_dir.erl')
-rw-r--r--src/rebar_dir.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_dir.erl b/src/rebar_dir.erl
index a6f18ed..e692c65 100644
--- a/src/rebar_dir.erl
+++ b/src/rebar_dir.erl
@@ -44,7 +44,7 @@ plugins_dir(State) ->
-spec lib_dirs(rebar_state:t()) -> file:filename_all().
lib_dirs(State) ->
- rebar_state:get(State, lib_dirs, ?DEFAULT_LIB_DIRS).
+ rebar_state:get(State, project_app_dirs, ?DEFAULT_PROJECT_APP_DIRS).
-spec default_profile_dir(rebar_state:t()) -> file:filename_all().
default_profile_dir(State) ->