From b7ab34a1ee965a1638ff9563bb6e5007ae438f4a Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 16 Feb 2022 13:12:18 +0100 Subject: [PATCH] Tiltfile: remove outdated generate-protos.sh mention commit-id:155067a3 --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 3e14f930..84be841c 100644 --- a/Tiltfile +++ b/Tiltfile @@ -75,7 +75,7 @@ def k8s_yaml_with_ns(objects): # protos -proto_deps = ["./proto", "./generate-protos.sh", "buf.yaml", "buf.gen.yaml"] +proto_deps = ["./proto", "buf.yaml", "buf.gen.yaml"] local_resource( name = "proto-gen",