Commit b787c705 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

command output nit

parent 1cfb0ffd
......@@ -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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment