Przeglądaj źródła

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

pull/1630/head
Jimmy Zöger 7 lat temu
committed by GitHub
rodzic
commit
71fe6c9b5f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_upgrade.erl

+ 1
- 1
src/rebar_prv_upgrade.erl Wyświetl plik

@ -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) ->

Ładowanie…
Anuluj
Zapisz