From 7e47d1be94d02522057554cca73d77a41c3395ce Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 3 Aug 2020 17:30:46 +0100 Subject: [PATCH] cmd/log: fix args error --- Library/Homebrew/cmd/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/log.rb b/Library/Homebrew/cmd/log.rb index 03200a7539..347467641e 100644 --- a/Library/Homebrew/cmd/log.rb +++ b/Library/Homebrew/cmd/log.rb @@ -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)