Commit 98ed58fa authored by Brendan Burns's avatar Brendan Burns

Merge pull request #3538 from brendandburns/hooks

Fix a path in the error message.
parents e6c5d59a dc0d197c
...@@ -85,7 +85,7 @@ if ! hack/verify-gendocs.sh > /dev/null; then ...@@ -85,7 +85,7 @@ if ! hack/verify-gendocs.sh > /dev/null; then
( (
echo echo
echo "# *** ERROR: *** docs are out of sync between cli and markdown" 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 "#" echo "#"
echo "# Your commit will be aborted unless you regenerate docs." echo "# Your commit will be aborted unless you regenerate docs."
......
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