aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index b848da0ea..f9fadd6e5 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -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