Explorar el Código

rebar_config:is_verbose/0: fix variable name

pull/3/head
Tuncer Ayaz hace 11 años
padre
commit
2f636236bf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/rebar_config.erl

+ 2
- 2
src/rebar_config.erl Ver fichero

@ -111,8 +111,8 @@ get_global(Config, Key, Default) ->
end.
is_verbose(Config) ->
DefaulLevel = rebar_log:default_level(),
get_global(Config, verbose, DefaulLevel) > DefaulLevel.
DefaultLevel = rebar_log:default_level(),
get_global(Config, verbose, DefaultLevel) > DefaultLevel.
consult_file(File) ->
case filename:extension(File) of

Cargando…
Cancelar
Guardar