Skip to content

Commit

Permalink
Merge pull request #1614 from cieplak/master
Browse files Browse the repository at this point in the history
fix `rebar3 shell` when relx section of rebar.config contains release…
  • Loading branch information
ferd authored Aug 18, 2017
2 parents 1c5052f + 9a76737 commit 47a2cc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rebar_prv_shell.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47a2cc5

Please sign in to comment.