提交 2a0af78f 作者: Steven Allen

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: 's avatarSteven Allen <steven@stebalien.com>
上级 7ad12bf0
......@@ -160,7 +160,7 @@ multihash.
}
}
out := Object{
out := &Object{
Hash: rp.Cid().String(),
Links: outLinks,
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论