소스 검색

Merge pull request #1590 from VHTx/edoc_config_error_#149002995

Edoc config error
pull/1591/head
Fred Hebert 7 년 전
committed by GitHub
부모
커밋
aa9150b5b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_edoc.erl

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

@ -89,4 +89,4 @@ add_to_paths([], Path) ->
add_to_paths([{doc_path, Paths}|T], Path) -> add_to_paths([{doc_path, Paths}|T], Path) ->
[{doc_path, [Path | Paths]} | T]; [{doc_path, [Path | Paths]} | T];
add_to_paths([H|T], Path) -> add_to_paths([H|T], Path) ->
[H | add_to_paths(Path, T)].
[H | add_to_paths(T, Path)].

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