Skip to content

Commit

Permalink
Update check_copyright.sh
Browse files Browse the repository at this point in the history
Fix script - followup to #13651
  • Loading branch information
paulb777 authored Sep 16, 2024
1 parent 546a39b commit 82d3d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ options=(
list=$(git grep "${options[@]}" -- \
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
CMakeLists.txt '**/CMakeLists.txt' \
':(exclude)**/Sources/ProtoGen' \
':(exclude)Sources/ProtoGen' \
':(exclude)third_party/**' \
':(exclude)**/third_party/**')

Expand Down

0 comments on commit 82d3d47

Please sign in to comment.