diff options
author | Jared Morrow <jared@basho.com> | 2014-01-14 13:38:30 -0800 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-01-14 13:38:30 -0800 |
commit | 5d2b9ba23f8e32ad4f99850a71c62d8b7df262d8 (patch) | |
tree | dbdde09160cb05d918fef71c2164c6840d15ef28 /ebin | |
parent | cf3a24e5c7c48b05e3b51bcc6ff2128b3fd71c07 (diff) | |
parent | 34ead92c8332ce8681d3cd54561562a2eac9b43e (diff) |
Merge pull request #191 from tuncer/rename-modules
Fix #187 (rename getopt and mustache)
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 873be18..c2f3ef7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -38,8 +38,8 @@ rebar_upgrade, rebar_utils, rebar_xref, - getopt, - mustache ]}, + rebar_getopt, + rebar_mustache ]}, {registered, []}, {applications, [kernel, stdlib, |