diff options
| author | Jack Nagel | 2014-07-15 16:11:35 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-15 16:11:35 -0500 |
| commit | 5d1977363fc7e002c92b25d988e5011c6a9e1ec8 (patch) | |
| tree | 34d9a7e826fbf039843afc5465367f214f2d97f3 /Library | |
| parent | 771bc2978c17c3164757333eb90ee59071f0c9b6 (diff) | |
| download | brew-5d1977363fc7e002c92b25d988e5011c6a9e1ec8.tar.bz2 | |
Tighten up bottle ruby file glob
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
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}" |
