Browse Source

don't return {error, {error, iolist()}} from rbear_topo

pull/3/head
Tristan Sloughter 10 years ago
parent
commit
fd59279edc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_topo.erl

+ 1
- 1
src/rebar_topo.erl View File

@ -61,7 +61,7 @@ sort_apps(Apps) ->
{ok, Names} ->
{ok, names_to_apps(Names, Apps)};
E ->
{error, E}
E
end.
%% @doc Do a topological sort on the list of pairs.

Loading…
Cancel
Save