From a70e2e3cba4381559d98fcc672e0ba0cafd57885 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 16 Sep 2024 16:31:38 -0700 Subject: [PATCH] Update check_copyright.sh (#13652) --- 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/**')