summaryrefslogtreecommitdiff
path: root/src/rebar_api.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-04-23 00:04:59 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-04-23 00:04:59 -0400
commit3a63bec39fde05dcddf3f693dd780879662b599c (patch)
tree1e3fcf0e19a2128f63b669eb2703c3de154aed64 /src/rebar_api.erl
parent0537a0699d01e4ae61dd32db0d964224bf9a1f5e (diff)
parent7b723d3a87230a893e61130024b5dbc38a3a749c (diff)
Merge pull request #358 from tsloughter/build_with_rebar3
real bootstrapping
Diffstat (limited to 'src/rebar_api.erl')
-rw-r--r--src/rebar_api.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_api.erl b/src/rebar_api.erl
index a398b53..88c7538 100644
--- a/src/rebar_api.erl
+++ b/src/rebar_api.erl
@@ -54,7 +54,7 @@ wordsize() ->
%% Add deps to the code path
add_deps_to_path(State) ->
- code:add_paths(rebar_state:code_paths(State, all_deps)).
+ code:add_pathsa(rebar_state:code_paths(State, all_deps)).
%% Revert to only having the beams necessary for running rebar3 and plugins in the path
restore_code_path(State) ->