summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ebin/rebar.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 4458330..7116826 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -46,8 +46,8 @@
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,
- rebar_subdirs,
rebar_deps,
+ rebar_subdirs,
rebar_templater,
rebar_cleaner
]},