fix a small error in verify-codegen.sh (#451)

This commit is contained in:
Ying Chun Guo 2019-10-16 17:39:15 +08:00 committed by Knative Prow Robot
parent 419678a4b8
commit a252829ceb
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -39,3 +39,5 @@ tags
# VSCode specific
.vscode
# Operating system temporary files
.DS_Store

View File

@ -31,6 +31,6 @@ else
git status --porcelain
echo "ERROR: Diff"
git diff
echo "ERROR: ${REPO_ROOT_DIR} is out of date. Please run ./hack/build.sh -u and commit."
echo "ERROR: ${REPO_ROOT_DIR} is out of date. Please run ./hack/build.sh -c and commit."
exit 1
fi