Skip to content

Commit d892adc

Browse files
committed
check-release.pl: fix warning message
1 parent 4b6a85e commit d892adc

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
@@ -183,7 +183,7 @@ ($$$)
183183
}
184184
elsif ($commitMessage =~ /^[a-z0-9]{7} [Uu]pdate license (blurb|header)s$/) {
185185
# Ignore "Update license headers" updates
186-
debug("Ignoring 'Organize imports' commit: $commit");
186+
debug("Ignoring 'Update license headers' commit: $commit");
187187
$commitCount--;
188188
}
189189
elsif ($commitMessage =~ /^[a-z0-9]{7} Organize imports$/) {

0 commit comments

Comments
 (0)