summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-21 11:32:49 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-21 11:32:49 -0500
commit1854276fb54b93654c0b2a300978f6e97973c857 (patch)
tree95a28ff7715427d17436a29c263482efbbddfa44 /src/rebar.app.src
parent6356112cbbb32b09dd2f94ea856c3cbd32b1c085 (diff)
down to last 2 dialyzer errors
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src3
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,