Merge pull request #6816 from jlowdermilk/make-clean-is-your-friend

Suggest running make clean on verify-gendocs failure
This commit is contained in:
Dawn Chen 2015-04-14 15:42:16 -07:00
commit 012a35bd02

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