Skip to content

Commit

Permalink
fix license-lint execution script name error
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <[email protected]>
  • Loading branch information
LiZhenCheng9527 committed Jan 22, 2024
1 parent 7fd9cd3 commit d6ed263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ lint-licenses:

.PHONY: licenses-check
licenses-check: mirror-licenses; \
hack/gen-check.sh
hack/licenses-check.sh

fix-copyright:
@${FINDFILES} \( -name '*.go' -o -name '*.cc' -o -name '*.h' -o -name '*.proto' -o -name '*.py' -o -name '*.sh' \) \( ! \( -name '*.gen.go' -o -name '*.pb.go' -o -name '*_pb2.py' \) \) -print0 |\
Expand Down

0 comments on commit d6ed263

Please sign in to comment.