diff options
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 2e21351..daeacc0 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -21,8 +21,7 @@ {log_level, warn}, %% any_dir processing modules - {providers, [rebar_prv_escripter, - rebar_prv_deps, + {providers, [rebar_prv_deps, rebar_prv_do, rebar_prv_lock, rebar_prv_install_deps, |