aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pull.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-15 02:00:35 +0100
committerMike McQuaid2015-04-14 22:40:12 -0700
commit3cc24528bffc615db84eab91f2ee8a82c77a9901 (patch)
tree18457945882fe7a203bcc7060edc66452576eedf /Library/Homebrew/cmd/pull.rb
parent3c2493f862115fc8175a54ba3473821f2f106e31 (diff)
downloadbrew-3cc24528bffc615db84eab91f2ee8a82c77a9901.tar.bz2
Revert "brew pull: add automatic tap repair"
This reverts commit bcd34ded9e4b17b8658b7ae947cd392a4e5942c0. Closes Homebrew/homebrew#38658. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
-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}"