Skip to content
Snippets Groups Projects
Commit 872cf44b authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-test-bot: fix email subject filename.

parent 4ae5ea7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment