mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-11 15:15:58 +08:00
fix(command/init) rm stale comment
This commit is contained in:
@ -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
|
// 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 {
|
func addTheWelcomeFile(repoRoot string) error {
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
Reference in New Issue
Block a user