Commit c6c46753 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Point to hack/run-gendocs.sh in verify-gendocs.sh error message.

parent a31cc679
...@@ -89,6 +89,6 @@ KUBECTL_DOC="docs/kubectl.md" ...@@ -89,6 +89,6 @@ KUBECTL_DOC="docs/kubectl.md"
echo "diffing ${KUBECTL_DOC} against generated output from ${gendocs}" echo "diffing ${KUBECTL_DOC} against generated output from ${gendocs}"
"${gendocs}" | diff "${KUBE_ROOT}/${KUBECTL_DOC}" - && echo "${KUBECTL_DOC} up to date." || { "${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 exit 1
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment