diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-04 09:55:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-04 09:55:45 -0800 |
| commit | 831197acad7dfae4bfc3897eb3f34326d66978c4 (patch) | |
| tree | 1e82ebcd357b5b1b29fa202d3bb9a99a3c59cbd0 /hack | |
| parent | b9fd7ff50a3f767133943bc8e3993447ecbdba07 (diff) | |
| parent | 1816b3e406e1ce77a347a46d77b28e5618164d25 (diff) | |
Merge pull request #3298 from nikhita/user-groups-sigs-yaml
Add support for User Groups in sigs.yaml
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/verify-generated-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/verify-generated-docs.sh b/hack/verify-generated-docs.sh index 843541ba..fab0cae7 100755 --- a/hack/verify-generated-docs.sh +++ b/hack/verify-generated-docs.sh @@ -37,7 +37,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 ${CRT_DIR}/OWNERS_ALIASES); do +for file in $(ls ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/ug-*/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}"; |
