Skip to content

Commit

Permalink
Merge pull request kurator-dev#579 from LiZhenCheng9527/fix
Browse files Browse the repository at this point in the history
Fixed the script name of licenses-check in the makefile.
  • Loading branch information
kurator-bot authored Jan 23, 2024
2 parents fb34700 + 9bc6ad3 commit 4d616a0
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file modified hack/licenses-check.sh
100644 → 100755
Empty file.

0 comments on commit 4d616a0

Please sign in to comment.