Merge pull request #3538 from brendandburns/hooks

Fix a path in the error message.
This commit is contained in:
Brendan Burns 2015-01-15 15:55:06 -08:00
commit 98ed58fa22

View File

@ -85,7 +85,7 @@ if ! hack/verify-gendocs.sh > /dev/null; then
(
echo
echo "# *** ERROR: *** docs are out of sync between cli and markdown"
echo "# run hack/gendocs.sh > docs/kubectl.md to regenerate"
echo "# run hack/run-gendocs.sh > docs/kubectl.md to regenerate"
echo
echo "#"
echo "# Your commit will be aborted unless you regenerate docs."