Skip to content

Commit a94797a

Browse files
committed
wip
1 parent 0e84556 commit a94797a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/checkCopyrightPresent.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ for i in $(find "${repo_root}" -name pom.xml); do
104104
fi
105105
done
106106

107-
echo "File: $c - Matches: $match_count"
108107
if [ "$match_count" -ge 2 ]; then
109108
if [ "$match_count" -lt 9 ]; then
110109
rewrite_header "$c" "${header_lines[1]}"

0 commit comments

Comments
 (0)