소스 검색

fix `rebar3 shell` when relx section of rebar.config contains releases with independent configurations

pull/1614/head
patrick cieplak 7 년 전
부모
커밋
9a76737d91
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/rebar_prv_shell.erl

+ 3
- 0
src/rebar_prv_shell.erl 파일 보기

@ -322,6 +322,9 @@ find_apps_relx(State) ->
{_, _, Apps} ->
?DEBUG("Found shell apps from relx.", []),
Apps;
{_, _, Apps, _} ->
?DEBUG("Found shell apps from relx.", []),
Apps;
false ->
no_value
end.

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