Sfoglia il codice sorgente

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

pull/1614/head
patrick cieplak 7 anni fa
parent
commit
9a76737d91
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/rebar_prv_shell.erl

+ 3
- 0
src/rebar_prv_shell.erl Vedi File

@ -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.

Caricamento…
Annulla
Salva