mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
fix output of object command
We're expecting a pointer, not a value. This works in daemon mode but not in offline mode. fixes #5458 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
7ad12bf013
commit
2a0af78f9d
@ -160,7 +160,7 @@ multihash.
|
||||
}
|
||||
}
|
||||
|
||||
out := Object{
|
||||
out := &Object{
|
||||
Hash: rp.Cid().String(),
|
||||
Links: outLinks,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user