Paul Beusterien 1 год назад
Родитель
Сommit
a70e2e3cba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/check_copyright.sh

+ 1 - 1
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/**')