1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
This commit is contained in:
Ben Balter 2016-01-18 16:20:33 -05:00
parent 6bc145a0de
commit 8de56f6e6f

View File

@ -50,8 +50,8 @@ approvals.each do |name, licenses|
end
rows << :separator
elligible = !!(spdx && approved_licenses.include?(license))
rows << ["Elligible", elligible]
eligible = !!(spdx && approved_licenses.include?(license))
rows << ["Eligible", eligible]
puts Terminal::Table.new title: "License: #{license}", rows: rows
puts