mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Point to hack/run-gendocs.sh in verify-gendocs.sh error message.
This commit is contained in:
parent
a31cc679bf
commit
c6c46753fd
@ -89,6 +89,6 @@ KUBECTL_DOC="docs/kubectl.md"
|
||||
|
||||
echo "diffing ${KUBECTL_DOC} against generated output from ${gendocs}"
|
||||
"${gendocs}" | diff "${KUBE_ROOT}/${KUBECTL_DOC}" - && echo "${KUBECTL_DOC} up to date." || {
|
||||
echo "${KUBECTL_DOC} is out of date. Please run ${gendocs} > ${KUBECTL_DOC}"
|
||||
echo "${KUBECTL_DOC} is out of date. Please run hack/run-gendocs.sh"
|
||||
exit 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user