Merge pull request #99159 from hasheddan/depcheck-name

Fix dependencycheck binary name
This commit is contained in:
Kubernetes Prow Robot
2021-02-23 03:56:04 -08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ go_library(
)
go_binary(
name = "vendorcycle",
name = "dependencycheck",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
)