Skip to content

Commit 524dfc5

Browse files
committed
check-release.pl: tweak comment
1 parent 941eda5 commit 524dfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-release.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ ($$$)
182182
$commitCount--;
183183
}
184184
elsif ($commitMessage =~ /^[a-z0-9]{7} Organize imports$/) {
185-
# Ignore "Organize imports" copyright header updates
185+
# Ignore "Organize imports" updates
186186
debug("Ignoring 'Organize imports' commit: $commit");
187187
$commitCount--;
188188
}

0 commit comments

Comments
 (0)