Explorar el Código

Changes word 'transient' to 'transitive' which is what it is supposed to say

pull/1630/head
Jimmy Zöger hace 7 años
cometido por GitHub
padre
commit
71fe6c9b5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_upgrade.erl

+ 1
- 1
src/rebar_prv_upgrade.erl Ver fichero

@ -102,7 +102,7 @@ do(State) ->
format_error({unknown_dependency, Name}) ->
io_lib:format("Dependency ~ts not found", [Name]);
format_error({transitive_dependency, Name}) ->
io_lib:format("Dependency ~ts is transient and cannot be safely upgraded. "
io_lib:format("Dependency ~ts is transitive and cannot be safely upgraded. "
"Promote it to your top-level rebar.config file to upgrade it.",
[Name]);
format_error(Reason) ->

Cargando…
Cancelar
Guardar