formula_versions: fix erroneous :stable in version_attributes_map
This commit is contained in:
parent
fc3d586584
commit
cfdbe9c645
@ -77,7 +77,7 @@ class FormulaVersions
|
||||
end
|
||||
next unless f.devel
|
||||
map[:devel] ||= {}
|
||||
map[:stable][f.devel.version] ||= []
|
||||
map[:devel][f.devel.version] ||= []
|
||||
map[:devel][f.devel.version] << f.send(attribute)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user