Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: llhuii <[email protected]>
  • Loading branch information
llhuii committed Nov 8, 2021
1 parent 3ab2c32 commit 4c535e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/verify-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if dirty_files=$(
awk '$0=$2' |
grep -E "$CODEGEN_PATTERN" |
sed 's/^/ /'); then
git diff
echo "FAILED: codegen verify failed." >&2
echo "Please run the command '$UPDATE_SCRIPT' to update your codegen files:" >&2
echo "$dirty_files" >&2
Expand Down

0 comments on commit 4c535e4

Please sign in to comment.