Suggest running make clean on verify-gendocs failure

This commit is contained in:
Jeff Lowdermilk 2015-04-14 10:46:34 -07:00
parent c53b0c3869
commit 797903798e

View File

@ -80,6 +80,8 @@ then
echo "${COMPROOT} up to date."
else
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
fi