lib/dri/commands/fetch/failures.rb in dri-0.1.1 vs lib/dri/commands/fetch/failures.rb in dri-0.1.2
- old
+ new
@@ -65,10 +65,10 @@
end
if @options[:urgent]
table = TTY::Table.new(labels, urgent)
puts table.render(:ascii, resize: true, alignments: [:center, :center, :center, :center])
- output.puts "\nFound: #{urgent.size} urgent failures, found in both canary.gitlab.com and canary.staging.gitlab.com."
+ output.puts "\nFound: #{urgent.size} urgent failures, ocurring in both canary.gitlab.com and canary.staging.gitlab.com."
else
table = TTY::Table.new(labels, failures)
puts table.render(:ascii, resize: true, alignments: [:center, :center, :center, :center])
output.puts "\nFound: #{failures.size} failures, of these #{triaged_counter} have been triaged with a #{emoji}."
end