fix(tvix/store): rename Read method in Readme
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
This commit is contained in:
parent
fac32d0a5f
commit
89a8306ded
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ data (TYPE_BYTES) => /run/current-system/system
|
||||||
"digest": "KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA="
|
"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=
|
digest (TYPE_BYTES) => KOM3/IHEx7YfInAnlJpAElYezq0Sxn9fRz7xuClwNfA=
|
||||||
{
|
{
|
||||||
"data": "eDg2XzY0LWxpbnV4"
|
"data": "eDg2XzY0LWxpbnV4"
|
||||||
|
|
Loading…
Reference in a new issue