浏览代码

Merge pull request #1614 from cieplak/master

fix `rebar3 shell` when relx section of rebar.config contains release…
pull/1619/head
Fred Hebert 7 年前
提交者 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.

正在加载...
取消
保存