fix(command/init) rm stale comment
Brian Tiger Chow committed
Jan 15, 2015 at 12:10 UTC
deb1bbe74f636b1ad8bd1e054a1a7cd63ae6dccd
1 file changed
+1
-1
cmd/ipfs/init.go
+1
-1
@@ -114,7 +114,7 @@ func doInit(repoRoot string, force bool, nBitsForKeypair int) (interface{}, erro
114
}
115
116
// addTheWelcomeFile adds a file containing the welcome message to the newly
117
-// minted node. On success, it calls onSuccess
117
+// minted node.
118
func addTheWelcomeFile(repoRoot string) error {
119
ctx, cancel := context.WithCancel(context.Background())
120
defer cancel()