diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-11 17:00:21 +0200 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-07-11 09:51:22 -0600 |
commit | 8cae8b3430c8b2149257283dbd7b710fa09cb059 (patch) | |
tree | 8376f6a911b9c8f286c4aacf1abe303e8d44c44d | |
parent | aff3680d49e0b6186d42ebc16b329b54be5ba04c (diff) |
Re-sort modules in rebar.app
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 9553c67..d74e81c 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -30,12 +30,12 @@ rebar_rel_utils, rebar_reltool, rebar_require_vsn, + rebar_shell, rebar_subdirs, rebar_templater, rebar_upgrade, rebar_utils, rebar_xref, - rebar_shell, getopt, mustache ]}, {registered, []}, |