Skip to content

Commit

Permalink
Remove the reverse on the dependency order (see: #638) (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschniper authored and bitwalker committed Jul 1, 2019
1 parent aff7e6e commit aedba40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/distillery/releases/models/release.ex
Expand Up @@ -480,7 +480,6 @@ defmodule Distillery.Releases.Release do

sorted ->
sorted
|> Enum.reverse()
|> Enum.map(fn a -> elem(hd(:ets.lookup(as, a)), 1) end)
|> Enum.map(&correct_app_path_and_vsn(&1, release))
end
Expand Down

0 comments on commit aedba40

Please sign in to comment.