cmd/log: fix args error
This commit is contained in:
parent
36c10edf22
commit
7e47d1be94
@ -37,7 +37,7 @@ module Homebrew
|
|||||||
ENV["PATH"] = ENV["HOMEBREW_PATH"]
|
ENV["PATH"] = ENV["HOMEBREW_PATH"]
|
||||||
|
|
||||||
if args.no_named?
|
if args.no_named?
|
||||||
git_log HOMEBREW_REPOSITORY
|
git_log HOMEBREW_REPOSITORY, args: args
|
||||||
else
|
else
|
||||||
path = Formulary.path(args.named.first)
|
path = Formulary.path(args.named.first)
|
||||||
tap = Tap.from_path(path)
|
tap = Tap.from_path(path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user