aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-15 16:11:35 -0500
committerJack Nagel2014-07-15 16:11:35 -0500
commit5d1977363fc7e002c92b25d988e5011c6a9e1ec8 (patch)
tree34d9a7e826fbf039843afc5465367f214f2d97f3 /Library
parent771bc2978c17c3164757333eb90ee59071f0c9b6 (diff)
downloadbrew-5d1977363fc7e002c92b25d988e5011c6a9e1ec8.tar.bz2
Tighten up bottle ruby file glob
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 ff96be59d..ff94f87d2 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -489,7 +489,7 @@ if ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload'
ENV["GIT_AUTHOR_NAME"] = ENV["GIT_COMMITTER_NAME"]
ENV["GIT_AUTHOR_EMAIL"] = ENV["GIT_COMMITTER_EMAIL"]
- safe_system "brew", "bottle", "--merge", "--write", *Dir["*.bottle*.rb"]
+ safe_system "brew", "bottle", "--merge", "--write", *Dir["*.bottle.rb"]
remote = "git@github.com:BrewTestBot/homebrew.git"
tag = pr ? "pr-#{pr}" : "testing-#{number}"