1
0
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:
Juan Batiz-Benet
2014-10-01 01:28:55 -07:00
parent 1cfb0ffd05
commit b787c705e2

View File

@ -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
}