Skip to content

Commit 5914a77

Browse files
committed
Meta/Announce: adjust to possible change to the top-level RelNotes
1 parent ff7d5e2 commit 5914a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ sub havedone {
768768
my ($topic, $to_maint, %to_maint, %merged, $in_desc);
769769
if (!@ARGV) {
770770
open($fh, '-|',
771-
qw(git rev-list --first-parent -1 master Documentation/RelNotes))
771+
qw(git rev-list --first-parent -1 master Documentation/RelNotes RelNotes))
772772
or die "$!: open rev-list";
773773
my ($rev) = <$fh>;
774774
close($fh) or die "$!: close rev-list";

0 commit comments

Comments
 (0)