diff options
author | Florian Klink <flokli@flokli.de> | 2023-09-26T11·07+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-09-26T15·24+0000 |
commit | 89a8306ded280bbde92c1d61fc5f9c2e646d9fcd (patch) | |
tree | 308fdcc00fa33c3acd55a57ae72b2ee1687950f5 | |
parent | fac32d0a5fe3ef766312e5fef295a372aab85032 (diff) |
fix(tvix/store): rename Read method in Readme r/6663
This call was renamed to `Read` a while ago, but I forgot to update the README. Change-Id: Ibcb97fe2520a5e9bb8444ec1adade6890dda4a91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9476 Reviewed-by: Connor Brewster <cbrewster@hey.com> Reviewed-by: flokli <flokli@flokli.de> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
-rw-r--r-- | tvix/store/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/README.md b/tvix/store/README.md index 8fa4cf5a67c5..a9d29671d8bb 100644 --- a/tvix/store/README.md +++ b/tvix/store/README.md @@ -49,7 +49,7 @@ data (TYPE_BYTES) => /run/current-system/system "digest": "KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA=" } -tvix.castore.v1.BlobService@localhost:8000> call Get --bytes-as-base64 +tvix.castore.v1.BlobService@localhost:8000> call Read --bytes-as-base64 digest (TYPE_BYTES) => KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA= { "data": "eDg2XzY0LWxpbnV4" |