summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-16 19:51:52 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-16 19:51:52 -0500
commit6ab36ba769b275eddc731c57ba5dcc0d26045020 (patch)
tree52f964212aa4dbf6bdb9a4bead2cc431a45f8a05 /ebin
parent0f6c6305d6dc35abcafe5df25d41cd786cc3f153 (diff)
rename escript to rebar3
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app2
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,