summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rebar_topo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_topo.erl b/src/rebar_topo.erl
index de3351a..d9f426d 100644
--- a/src/rebar_topo.erl
+++ b/src/rebar_topo.erl
@@ -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.