diff options
Diffstat (limited to 'tvix/castore/protos/castore.proto')
-rw-r--r-- | tvix/castore/protos/castore.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/protos/castore.proto b/tvix/castore/protos/castore.proto index d99df43857ac..34885964f08f 100644 --- a/tvix/castore/protos/castore.proto +++ b/tvix/castore/protos/castore.proto @@ -5,7 +5,7 @@ syntax = "proto3"; package tvix.castore.v1; -option go_package = "code.tvl.fyi/tvix/castore/protos;castorev1"; +option go_package = "code.tvl.fyi/tvix/castore-go;castorev1"; // A Directory can contain Directory, File or Symlink nodes. // Each of these nodes have a name attribute, which is the basename in that directory |