cmd/fetch: fix Rubocop warnings.
This commit is contained in:
parent
c45e36ffde
commit
c8084b1743
@ -56,13 +56,12 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
unless fetched_bottle
|
next if fetched_bottle
|
||||||
fetch_formula(f)
|
fetch_formula(f)
|
||||||
f.resources.each { |r| fetch_resource(r) }
|
f.resources.each { |r| fetch_resource(r) }
|
||||||
f.patchlist.each { |p| fetch_patch(p) if p.external? }
|
f.patchlist.each { |p| fetch_patch(p) if p.external? }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
def fetch_bottle?(f)
|
def fetch_bottle?(f)
|
||||||
return true if ARGV.force_bottle? && f.bottle
|
return true if ARGV.force_bottle? && f.bottle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user