diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:51:52 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:51:52 -0500 |
commit | 6ab36ba769b275eddc731c57ba5dcc0d26045020 (patch) | |
tree | 52f964212aa4dbf6bdb9a4bead2cc431a45f8a05 /ebin | |
parent | 0f6c6305d6dc35abcafe5df25d41cd786cc3f153 (diff) |
rename escript to rebar3
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, |