From 82d3d4769a1cefe06d19a5f0b3fa5a4b8ad9bece Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 16 Sep 2024 16:26:47 -0700 Subject: [PATCH] Update check_copyright.sh Fix script - followup to #13651 --- scripts/check_copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_copyright.sh b/scripts/check_copyright.sh index aecc286f7a6..3995c449e6f 100755 --- a/scripts/check_copyright.sh +++ b/scripts/check_copyright.sh @@ -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/**')