Skip to content

Commit

Permalink
update logcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjunmyfm192085 committed Jun 15, 2022
1 parent 878da75 commit e10f6c1
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 @@ -257,7 +257,7 @@ HAS_LOGCHECK:=$(shell which logcheck)
.PHONY: logcheck
logcheck:
ifndef HAS_LOGCHECK
go install -mod=readonly k8s.io/klog/hack/tools/logcheck
go install sigs.k8s.io/logtools/logcheck@v0.1.0
endif

# Dependencies
Expand Down

0 comments on commit e10f6c1

Please sign in to comment.