We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaa3656 + fa4c181 commit 972e997Copy full SHA for 972e997
hack/verify-generated-docs.sh
@@ -36,7 +36,7 @@ make 1>/dev/null
36
mismatches=0
37
break=$(printf "=%.0s" $(seq 1 68))
38
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
+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
40
real=${file#$CRT_DIR/}
41
if ! diff -q ${file} ${WORKING_DIR}/${real} &>/dev/null; then
42
echo "${file} does not match ${WORKING_DIR}/${real}";
0 commit comments