mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-22 04:54:30 +08:00
command output nit
This commit is contained in:
@ -13,6 +13,6 @@ func Resolve(n *core.IpfsNode, args []string, opts map[string]interface{}, out i
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Fprintf(out, "%s -> %s\n", args[0], res)
|
||||
fmt.Fprintf(out, "%s\n", res)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user