Commit 79790379 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Suggest running make clean on verify-gendocs failure

parent c53b0c38
...@@ -80,6 +80,8 @@ then ...@@ -80,6 +80,8 @@ then
echo "${COMPROOT} up to date." echo "${COMPROOT} up to date."
else else
echo "${COMPROOT} is out of date. Please run hack/run-gendocs.sh" echo "${COMPROOT} is out of date. Please run hack/run-gendocs.sh"
echo "If you did not make a change to kubectl or its dependencies,"
echo "run 'make clean' and retry this command."
exit 1 exit 1
fi fi
......
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