diff options
| author | Jack Nagel | 2014-06-18 23:32:13 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-18 23:33:32 -0500 | 
| commit | 1cd31db1a84a3d08b02abad44989eb1a3960e0ff (patch) | |
| tree | 62507267df3c4755bd5b0e00d0907572912689bb | |
| parent | 2afad083eea23f975968f896d597e7fa229e7aea (diff) | |
| download | brew-1cd31db1a84a3d08b02abad44989eb1a3960e0ff.tar.bz2 | |
brew-test-bot: don't pass formula name to fetch twice
| -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 23a07ab54..671fadab2 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -326,7 +326,7 @@ class Test      formula_fetch_options << "--build-bottle" unless ARGV.include? "--no-bottle"      formula_fetch_options << "--force" if ARGV.include? "--cleanup"      formula_fetch_options << formula -    test "brew", "fetch", formula, "--retry", *formula_fetch_options +    test "brew", "fetch", "--retry", *formula_fetch_options      test "brew", "uninstall", "--force", formula if formula_object.installed?      install_args = %w[--verbose]      install_args << "--build-bottle" unless ARGV.include? "--no-bottle" | 
