Tiltfile: remove outdated generate-protos.sh mention

commit-id:155067a3
This commit is contained in:
Leo 2022-02-16 13:12:18 +01:00 committed by Leopold Schabel
parent 7af9d22221
commit b7ab34a1ee
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def k8s_yaml_with_ns(objects):
# protos # protos
proto_deps = ["./proto", "./generate-protos.sh", "buf.yaml", "buf.gen.yaml"] proto_deps = ["./proto", "buf.yaml", "buf.gen.yaml"]
local_resource( local_resource(
name = "proto-gen", name = "proto-gen",