cmd/log: fix args error

This commit is contained in:
Bo Anderson 2020-08-03 17:30:46 +01:00
parent 36c10edf22
commit 7e47d1be94

View File

@ -37,7 +37,7 @@ module Homebrew
ENV["PATH"] = ENV["HOMEBREW_PATH"]
if args.no_named?
git_log HOMEBREW_REPOSITORY
git_log HOMEBREW_REPOSITORY, args: args
else
path = Formulary.path(args.named.first)
tap = Tap.from_path(path)