Skip to content

Commit f303f41

Browse files
author
Brian Tiger Chow
committed
rm stale comment
1 parent bbdf78a commit f303f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ipfs/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func doInit(repoRoot string, force bool, nBitsForKeypair int) (interface{}, erro
114114
}
115115

116116
// addTheWelcomeFile adds a file containing the welcome message to the newly
117-
// minted node. On success, it calls onSuccess
117+
// minted node.
118118
func addTheWelcomeFile(repoRoot string) error {
119119
ctx, cancel := context.WithCancel(context.Background())
120120
defer cancel()

0 commit comments

Comments
 (0)