diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-06-29 15:21:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-29 15:21:20 -0700 |
| commit | ff0b4ce2126c7816b9ba97441720a868cb2b78e6 (patch) | |
| tree | 700801d3801ab67800d9c109fe7274ab45d23f3c /hack/verify-generated-docs.sh | |
| parent | 145103ba73bc8fbddb937eab8ac0edc55bb5ba79 (diff) | |
| parent | f527442d8b17eff2bc807c980db2f2339e3f891c (diff) | |
Merge pull request #2217 from tpepper/master
contribx: link charter doc in readme
Diffstat (limited to 'hack/verify-generated-docs.sh')
| -rwxr-xr-x | hack/verify-generated-docs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hack/verify-generated-docs.sh b/hack/verify-generated-docs.sh index 6c05a1f4..843541ba 100755 --- a/hack/verify-generated-docs.sh +++ b/hack/verify-generated-docs.sh @@ -54,7 +54,8 @@ if [[ ${mismatches} -gt "0" ]]; then fi echo "${mismatches} ${noun} detected." echo "Do not manually edit sig-list.md or README.md files inside the sig folders." - echo "Instead make your changes to sigs.yaml and then run \`make\`."; + echo "Instead make your changes to sigs.yaml, then run \`make\`, and then" + echo "commit your changes to sigs.yaml and any generated docs."; echo "${break}" exit 1; fi |
