diff --git a/BUILD.bazel.tpl b/BUILD.bazel.tpl index d5bdcd4150..0008be6e29 100644 --- a/BUILD.bazel.tpl +++ b/BUILD.bazel.tpl @@ -35,7 +35,7 @@ buildifier( genrule( name = "copy_piped", - srcs = ["//cmd/piped:piped"], + srcs = ["//cmd/piped"], outs = ["piped"], cmd = "cp $< $@", )