mirror of https://github.com/knative/client.git
fix a small error in verify-codegen.sh (#451)
This commit is contained in:
parent
419678a4b8
commit
a252829ceb
|
|
@ -39,3 +39,5 @@ tags
|
|||
# VSCode specific
|
||||
.vscode
|
||||
|
||||
# Operating system temporary files
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue