From c4ea0b78ba1235add334a4428ee7694129aee7f6 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sun, 16 Nov 2014 08:28:08 -0800 Subject: [PATCH] fix(2/init) msg @jbenet i presume you prefer it without the period License: MIT Signed-off-by: Brian Tiger Chow --- cmd/ipfs2/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs2/init.go b/cmd/ipfs2/init.go index 9be58f6c1..fbd202047 100644 --- a/cmd/ipfs2/init.go +++ b/cmd/ipfs2/init.go @@ -168,7 +168,7 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in identity, err := identityConfig(nBitsForKeypair, func() { fmt.Printf("generating key pair...") }, func(ident config.Identity) { - fmt.Printf("done.\n") + fmt.Printf("done\n") fmt.Printf("peer identity: %s\n", ident.PeerID) }) if err != nil {