Commit deb1bbe7 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(command/init) rm stale comment

parent 1291470b
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment