Skip to content

Commit a70e2e3

Browse files
authored
Update check_copyright.sh (#13652)
1 parent 546a39b commit a70e2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_copyright.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ options=(
2424
list=$(git grep "${options[@]}" -- \
2525
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
2626
CMakeLists.txt '**/CMakeLists.txt' \
27-
':(exclude)**/Sources/ProtoGen' \
27+
':(exclude)Sources/ProtoGen' \
2828
':(exclude)third_party/**' \
2929
':(exclude)**/third_party/**')
3030

0 commit comments

Comments
 (0)