summaryrefslogtreecommitdiff
path: root/hack/verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hack/verify.sh')
-rwxr-xr-xhack/verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/verify.sh b/hack/verify.sh
index 8eb75982..52d57a02 100755
--- a/hack/verify.sh
+++ b/hack/verify.sh
@@ -19,7 +19,7 @@ make 1>/dev/null
mismatches=0
break=$(printf "=%.0s" $(seq 1 68))
-for file in $(ls ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/sig-list.md); do
+for file in $(ls ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/sig-list.md ${CRT_DIR}/OWNERS_ALIASES); do
real=${file#$CRT_DIR/}
if ! diff -q ${file} ${WORKING_DIR}/${real} &>/dev/null; then
echo "${file} does not match ${WORKING_DIR}/${real}";