Commit 0b57e066 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[IPC::List] Fix a crash caused by calling an old method

parent ec33cde4
...@@ -77,7 +77,7 @@ module Pod ...@@ -77,7 +77,7 @@ module Pod
DESC DESC
def run def run
sets = SourcesManager.all_sets sets = SourcesManager.aggregate.all_sets
result = {} result = {}
sets.each do |set| sets.each do |set|
begin begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment