Bläddra i källkod

remove repo config from skip warn message in install deps

pull/1882/head
Tristan Sloughter 6 år sedan
förälder
incheckning
6b52ac5a14
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/rebar_prv_install_deps.erl

+ 1
- 1
src/rebar_prv_install_deps.erl Visa fil

@ -399,7 +399,7 @@ warn_skip_deps(AppInfo, State) ->
Msg = "Skipping ~ts (from ~p) as an app of the same name "
"has already been fetched",
Args = [rebar_app_info:name(AppInfo),
rebar_app_info:source(AppInfo)],
rebar_resource_v2:format_source(rebar_app_info:source(AppInfo))],
case rebar_state:get(State, deps_error_on_conflict, false) of
false ->
case rebar_state:get(State, deps_warning_on_conflict, true) of

Laddar…
Avbryt
Spara