Skip to content

Commit 972e997

Browse files
authored
Merge pull request #7679 from cblecker/ug-spell
Remove reference to user groups in verify script
2 parents eaa3656 + fa4c181 commit 972e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-generated-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make 1>/dev/null
3636
mismatches=0
3737
break=$(printf "=%.0s" $(seq 1 68))
3838

39-
for file in $(ls ${CRT_DIR}/sigs.yaml ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/ug-*/README.md ${CRT_DIR}/committee-*/README.md ${CRT_DIR}/sig-list.md ${CRT_DIR}/OWNERS_ALIASES); do
39+
for file in $(ls ${CRT_DIR}/sigs.yaml ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/committee-*/README.md ${CRT_DIR}/sig-list.md ${CRT_DIR}/OWNERS_ALIASES); do
4040
real=${file#$CRT_DIR/}
4141
if ! diff -q ${file} ${WORKING_DIR}/${real} &>/dev/null; then
4242
echo "${file} does not match ${WORKING_DIR}/${real}";

0 commit comments

Comments
 (0)