Skip to content

Commit 15d3168

Browse files
committed
Update check-source script
Fix "[email protected] not pass the license check" issue
1 parent 27ff74c commit 15d3168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check-source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for language in swift-or-c bash md-or-tutorial html docker; do
4949
reader=head
5050
case "$language" in
5151
swift-or-c)
52-
exceptions=( -name Package.swift)
52+
exceptions=( -name 'Package*.swift')
5353
matching_files=( -name '*.swift' -o -name '*.c' -o -name '*.h' )
5454
cat > "$tmp" <<"EOF"
5555
/*

0 commit comments

Comments
 (0)