Commit 1cfb0ffd authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

command output nit

parent 14a384d8
...@@ -29,7 +29,7 @@ func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out i ...@@ -29,7 +29,7 @@ func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out i
if err != nil { if err != nil {
return err return err
} }
fmt.Fprintf(out, "Published %s to %s\n", args[0], u.Key(hash).Pretty()) fmt.Fprintf(out, "published mapping %s to %s\n", u.Key(hash).Pretty(), args[0])
return nil 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