cmd/info: fix Rubocop warnings.
This commit is contained in:
parent
d9b8d0f6b1
commit
990ee4f36c
@ -45,7 +45,7 @@ module Homebrew
|
||||
end
|
||||
else
|
||||
ARGV.named.each_with_index do |f, i|
|
||||
puts unless i == 0
|
||||
puts unless i.zero?
|
||||
begin
|
||||
if f.include?("/") || File.exist?(f)
|
||||
info_formula Formulary.factory(f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user