Ver código fonte

rename shell provider

pull/3/head
Tristan Sloughter 10 anos atrás
pai
commit
c7313a5980
2 arquivos alterados com 3 adições e 3 exclusões
  1. +2
    -2
      ebin/rebar.app
  2. +1
    -1
      src/rebar_prv_shell.erl

+ 2
- 2
ebin/rebar.app Ver arquivo

@ -36,7 +36,7 @@
rebar_prv_new,
rebar_prv_update,
rebar_mustache,
rebar_shell,
rebar_prv_shell,
rebar_state,
rebar_prv_tar,
rebar_templater,
@ -66,7 +66,7 @@
rebar_erlydtl_compiler,
rebar_prv_app_builder,
rebar_prv_app_discovery,
rebar_shell,
rebar_prv_shell,
rebar_ct,
rebar_prv_tar,
rebar_prv_new,

src/rebar_shell.erl → src/rebar_prv_shell.erl Ver arquivo

@ -25,7 +25,7 @@
%% THE SOFTWARE.
%% -------------------------------------------------------------------
-module(rebar_shell).
-module(rebar_prv_shell).
-author("Kresten Krab Thorup <krab@trifork.com>").
-behaviour(rebar_provider).

Carregando…
Cancelar
Salvar