From 5d1977363fc7e002c92b25d988e5011c6a9e1ec8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 Jul 2014 16:11:35 -0500 Subject: [PATCH] Tighten up bottle ruby file glob --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index ff96be59d9..ff94f87d2f 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}"