소스 검색

Merge pull request #1614 from cieplak/master

fix `rebar3 shell` when relx section of rebar.config contains release…
pull/1619/head
Fred Hebert 7 년 전
committed by GitHub
부모
커밋
47a2cc50df
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.

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