diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-05 21:58:44 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-01-01 10:59:34 +0100 |
commit | 777fefe181521b497e2c23b955be7bea48bf2950 (patch) | |
tree | 8319a85b1ea8953e450ef50a82e7c319595ac9a7 /ebin | |
parent | df42410cf21a37e0c48e741ffa37db9efc576309 (diff) |
Fix #187 (rename getopt to rebar_getopt)
While at it, update getopt.erl to git rev 78eda3b.
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 873be18..e679139 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -38,7 +38,7 @@ rebar_upgrade, rebar_utils, rebar_xref, - getopt, + rebar_getopt, mustache ]}, {registered, []}, {applications, [kernel, |