remove no-op code in bottle.rb

ARGV.formulae returns formulae, so no need to pass through factory
This commit is contained in:
Adam Vandenberg 2013-06-23 13:02:02 -07:00
parent f85863cbd0
commit 3dd2715ec8

View File

@ -101,7 +101,7 @@ module Homebrew extend self
end
ARGV.formulae.each do |f|
bottle_formula Formula.factory f
bottle_formula f
end
end
end