realize that i'm human and make many mistakes
This commit is contained in:
parent
3ebca7ce9b
commit
cc1f4c5885
@ -125,7 +125,7 @@ var chainReadObjCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
ctx := ReqContext(cctx)
|
ctx := ReqContext(cctx)
|
||||||
|
|
||||||
c, err := cid.Parse(cctx.Args().First)
|
c, err := cid.Decode(cctx.Args().First())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to parse cid input: %s", err)
|
return fmt.Errorf("failed to parse cid input: %s", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user