mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Fix dependencycheck binary name
The dependencycheck binary name was vendorcheck, which was the original name of the tool. This updates it to dependencycheck. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
2a05c78600
commit
4825b60ee4
@ -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