about summary refs log tree commit diff
path: root/tvix/castore-go/README.md
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-11T21·36+0200
committerclbot <clbot@tvl.fyi>2023-12-11T21·47+0000
commit92bd69aef23126412a15649e441339c96e001212 (patch)
tree439817f4879c3cf2026d165e2e4c3fd6ed0f15e1 /tvix/castore-go/README.md
parenta1b2dc8aaf87b73025f4090308c9649e8bf66a99 (diff)
docs(tvix/*store-go): fix README invocation r/7153
The command is called `regenerate`, not `generate`.

Change-Id: I18075042ebd461e4dd0718a936e6bbe738a144d5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10259
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/castore-go/README.md')
-rw-r--r--tvix/castore-go/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore-go/README.md b/tvix/castore-go/README.md
index 1aee48dfdf..c7a2205ae8 100644
--- a/tvix/castore-go/README.md
+++ b/tvix/castore-go/README.md
@@ -3,7 +3,7 @@
 This directory contains generated golang bindings, both for the `tvix-castore`
 data models, as well as the gRPC bindings.
 
-They are generated with `mg run //tvix:castore-go-generate`.
+They are generated with `mg run //tvix:castore-go:regenerate`.
 These files end with `.pb.go`, and are ensured to be up to date by a CI check.
 
 Additionally, code useful when interacting with these data structures