diff options
Diffstat (limited to 'src/rebar_xref.erl')
| -rw-r--r-- | src/rebar_xref.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_xref.erl b/src/rebar_xref.erl index 1258079..4b045a0 100644 --- a/src/rebar_xref.erl +++ b/src/rebar_xref.erl @@ -53,7 +53,7 @@ xref(Config, _) -> %% Save the code path prior to doing anything OrigPath = code:get_path(), - true = code:add_path(filename:join(rebar_utils:get_cwd(), "ebin")), + true = code:add_path(rebar_utils:ebin_dir()), %% Get list of xref checks we want to run XrefChecks = rebar_config:get(Config, xref_checks, |
