mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #99159 from hasheddan/depcheck-name
Fix dependencycheck binary name
This commit is contained in:
commit
1768ee824b
@ -8,7 +8,7 @@ go_library(
|
||||
)
|
||||
|
||||
go_binary(
|
||||
name = "vendorcycle",
|
||||
name = "dependencycheck",
|
||||
embed = [":go_default_library"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user