Output: Give 'Fixed in' an informational tag'

This commit is contained in:
Peter
2014-05-02 13:42:10 +02:00
parent 77606efb77
commit 2104b49cee

View File

@@ -15,7 +15,7 @@ class Vulnerability
end
end
if !fixed_in.empty?
puts " Fixed in: #{fixed_in}"
puts "#{blue('[i]')} Fixed in: #{fixed_in}"
end
end
end