Merge pull request #8202 from Bo98/log-args

cmd/log: fix args error
This commit is contained in:
Bo Anderson 2020-08-03 19:49:43 +01:00 committed by GitHub
commit 0dab255ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)