Skip to content

Commit

Permalink
bring back non-oss appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Oct 21, 2017
1 parent e906529 commit ba5ef53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/appdata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ def self.get(dist = 'factory')
data = Hash.new
xml = Appdata.get_distribution(dist, 'oss')
data = add_appdata(data, xml)
xml = Appdata.get_distribution(dist, 'non-oss')
data = add_appdata(data, xml)
data
end

Expand Down

0 comments on commit ba5ef53

Please sign in to comment.