summaryrefslogtreecommitdiff
path: root/src/rabbit_upgrade.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_upgrade.erl')
-rw-r--r--src/rabbit_upgrade.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_upgrade.erl b/src/rabbit_upgrade.erl
index 8113bad8..1284d229 100644
--- a/src/rabbit_upgrade.erl
+++ b/src/rabbit_upgrade.erl
@@ -270,7 +270,7 @@ desired_version(Scope) ->
with_upgrade_graph(fun (G) -> heads(G) end, Scope).
flatten(LoL) ->
- lists:sort(lists:flatten(LoL)).
+ lists:sort(lists:append(LoL)).
filter_by_scope(Scope, Versions) ->
with_upgrade_graph(