fixing bazel file

This commit is contained in:
chrislovecnm 2018-02-26 13:03:44 -07:00
parent 0efb600c72
commit 658d1bb484
1 changed files with 0 additions and 1 deletions

View File

@ -31,6 +31,5 @@ go_test(
name = "go_default_test",
srcs = ["set_cluster_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/kops/pkg/commands",
deps = ["//pkg/apis/kops:go_default_library"],
)