Explorar el Código

Merge pull request #1851 from shamis/erl_first_files_typo

fixed typo erl_first_files
pull/1831/merge
Fred Hebert hace 6 años
cometido por GitHub
padre
commit
fa2c0cf7c6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_erlc_compiler.erl

+ 1
- 1
src/rebar_erlc_compiler.erl Ver fichero

@ -802,7 +802,7 @@ valid_erl_first_conf(FileList) ->
Strs = filter_file_list(FileList),
case rebar_utils:is_list_of_strings(Strs) of
true -> true;
false -> ?ABORT("An invalid file list (~p) was provided as part of your erl_files_first directive",
false -> ?ABORT("An invalid file list (~p) was provided as part of your erl_first_files directive",
[FileList])
end.

Cargando…
Cancelar
Guardar