brew-test-bot: fix email subject filename.
This commit is contained in:
parent
4ae5ea7dbe
commit
872cf44bbc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user