Fix a path in the error message.

This commit is contained in:
Brendan Burns 2015-01-15 14:06:48 -08:00
parent 224ffa4567
commit dc0d197c40

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."