diff --git a/core/commands/name/publish.go b/core/commands/name/publish.go index abf1ce34e..e220efa7f 100644 --- a/core/commands/name/publish.go +++ b/core/commands/name/publish.go @@ -154,7 +154,7 @@ Alternatively, publish an using a valid PeerID (as listed by if quieter { _, err = fmt.Fprintln(w, cmdenv.EscNonPrint(ie.Name)) } else { - _, err = fmt.Fprintf(w, "Published to %s: %s\n", cmdenv.EscNonPrint(ie.Name), ie.Value) + _, err = fmt.Fprintf(w, "Published to %s: %s\n", cmdenv.EscNonPrint(ie.Name), cmdenv.EscNonPrint(ie.Value)) } return err }),