From b1f0d009cbdf1990813c09165d372be29485f8ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 11 Sep 2023 12:23:57 +0900 Subject: [PATCH] Use the keyword for output and omit default arguments [ci skip] --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index d55d1788aa8e01..5c517b43d0c4f8 100644 --- a/common.mk +++ b/common.mk @@ -1830,7 +1830,7 @@ update-man-date: PHONY ChangeLog: $(ECHO) Generating $@ -$(Q) $(BASERUBY) -I"$(tooldir)/lib" -rvcs \ - -e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \ + -e 'VCS.detect(ARGV[0]).export_changelog(path: ARGV[1])' \ "$(srcdir)" $@ HELP_EXTRA_TASKS = ""