소스 검색

remove repo config from skip warn message in install deps

pull/1882/head
Tristan Sloughter 6 년 전
부모
커밋
6b52ac5a14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_install_deps.erl

+ 1
- 1
src/rebar_prv_install_deps.erl 파일 보기

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

불러오는 중...
취소
저장