diff options
Diffstat (limited to 'ebin')
-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 e3c2e0a..39354ea 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -4,7 +4,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, {vsn, "3.0.0"}, - {modules, [ rebar, + {modules, [ rebar3, rebar_app_utils, rebar_app_info, rebar_app_discover, |