Pārlūkot izejas kodu

Merge pull request #1590 from VHTx/edoc_config_error_#149002995

Edoc config error
pull/1591/head
Fred Hebert pirms 7 gadiem
revīziju iesūtīja GitHub
vecāks
revīzija
aa9150b5b5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/rebar_prv_edoc.erl

+ 1
- 1
src/rebar_prv_edoc.erl Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt