mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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(
|
go_binary(
|
||||||
name = "vendorcycle",
|
name = "dependencycheck",
|
||||||
embed = [":go_default_library"],
|
embed = [":go_default_library"],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user