diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 816fbf9fc0..33ff22ab42 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}"