Fix style
This commit is contained in:
parent
2bfdbc6b39
commit
3637924230
@ -129,7 +129,8 @@ module Homebrew
|
||||
safe_system "ls", *ls_args, Cask::Caskroom.path
|
||||
end
|
||||
elsif args.verbose? || !$stdout.tty?
|
||||
system_command! "find", args: args.named.to_default_kegs.map(&:to_s) + %w[-not -type d -print], print_stdout: true
|
||||
system_command! "find", args: args.named.to_default_kegs.map(&:to_s) + %w[-not -type d -print],
|
||||
print_stdout: true
|
||||
else
|
||||
args.named.to_default_kegs.each { |keg| PrettyListing.new keg }
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user