1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 14:34:24 +08:00

fix(command/init) rm stale comment

This commit is contained in:
Brian Tiger Chow
2015-01-15 12:10:18 -08:00
parent 1291470bf0
commit deb1bbe74f

View File

@ -114,7 +114,7 @@ func doInit(repoRoot string, force bool, nBitsForKeypair int) (interface{}, erro
}
// addTheWelcomeFile adds a file containing the welcome message to the newly
// minted node. On success, it calls onSuccess
// minted node.
func addTheWelcomeFile(repoRoot string) error {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()