aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-15 02:00:35 +0100
committerMike McQuaid2015-04-14 22:40:12 -0700
commita5cf6743a584711eee5619b50faf272823470a0e (patch)
treed80c2397acf8525f7f4cda7eb0fede32e0f71342 /Library/Homebrew
parentdb620403ccce862fd5daea2eb41b6f888cbefe95 (diff)
downloadhomebrew-a5cf6743a584711eee5619b50faf272823470a0e.tar.bz2
Revert "brew pull: add automatic tap repair"
This reverts commit bcd34ded9e4b17b8658b7ae947cd392a4e5942c0. Closes #38658. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 816fbf9fc..33ff22ab4 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -187,8 +187,6 @@ module Homebrew
ohai 'Patch changed:'
safe_system "git", "diff-tree", "-r", "--stat", revision, "HEAD"
- safe_system "brew", "tap", "--repair" if tap_name
-
if ARGV.include? '--install'
changed_formulae.each do |f|
ohai "Installing #{f.name}"