Fix brew log foo
This commit is contained in:
parent
712dcff45f
commit
a8d185efa0
@ -4,7 +4,7 @@ module Homebrew extend self
|
||||
if ARGV.named.empty?
|
||||
exec "git", "log", *ARGV.options_only
|
||||
else
|
||||
exec "git", "log", *ARGV.formulae.map(&:path), *ARGV.options_only
|
||||
exec "git", "log", *ARGV.formulae.map(&:path) + ARGV.options_only
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user