Explorar el Código

Make state provider {bare, false}

pull/984/head
Serge Aleynikov hace 9 años
padre
commit
0f1df270c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_state.erl

+ 1
- 1
src/rebar_prv_state.erl Ver fichero

@ -23,7 +23,7 @@ init(State) ->
Provider = providers:create(
[{name, ?PROVIDER},
{module, ?MODULE},
{bare, true},
{bare, false},
{deps, ?DEPS},
{example, "rebar3 state"},
{short_desc, "Print current configuration state"},

Cargando…
Cancelar
Guardar