diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index d02373973..6d70df6b9 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -287,12 +287,6 @@ module Homebrew end.compact end - def brew_update - return unless current_branch == "master" - success = quiet_system "brew", "update" - success ||= quiet_system "brew", "update" - end - @category = __method__ @start_branch = current_branch |
