From c0d199759fd73014c8fc36f6116a8d36a2a95a81 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 12 Dec 2013 18:58:47 +0000 Subject: [PATCH] brew-pull: remove empty if block. --- Library/Contributions/cmd/brew-pull.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 0922917a2a..c60b629423 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -89,9 +89,6 @@ ARGV.named.each do|arg| ohai 'Patch changed:' safe_system 'git', '--no-pager', 'diff', "#{revision}..", '--stat' - if ARGV.include? '--bottle' - end - if ARGV.include? '--install' `git diff #{revision}.. --name-status`.each_line do |line| status, filename = line.split