brew-test-bot: fix email subject filename.

This commit is contained in:
Mike McQuaid 2013-06-26 19:57:38 +01:00
parent 4ae5ea7dbe
commit 872cf44bbc

View File

@ -392,7 +392,7 @@ if ARGV.include? "--email"
email_subject = "#{failed_steps.join ', '}"
end
File.open "brew test-bot.email.txt", 'w' do |file|
File.open "brew-test-bot.email.txt", 'w' do |file|
file.write email_subject
end
end