remove no-op code in bottle.rb
ARGV.formulae returns formulae, so no need to pass through factory
This commit is contained in:
parent
f85863cbd0
commit
3dd2715ec8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user