summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index ef6d8de..2ede1db 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -21,7 +21,8 @@
{log_level, warn},
%% any_dir processing modules
- {providers, [rebar_prv_deps,
+ {providers, [rebar_prv_clean,
+ rebar_prv_deps,
rebar_prv_do,
rebar_prv_lock,
rebar_prv_install_deps,