mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
Add newline to end of the output for a few commands.
Commands affected: - ipfs object put - ipfs tar add - ipfs resolve - ipfs name resolve License: MIT Signed-off-by: Nick Hamann <nick@wabbo.org>
This commit is contained in:
@ -117,7 +117,7 @@ Resolve the value of an IPFS DAG path:
|
||||
if !ok {
|
||||
return nil, u.ErrCast()
|
||||
}
|
||||
return strings.NewReader(output.Path.String()), nil
|
||||
return strings.NewReader(output.Path.String() + "\n"), nil
|
||||
},
|
||||
},
|
||||
Type: ResolvedPath{},
|
||||
|
Reference in New Issue
Block a user