Commit 8960a4ff authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

TODO(ipfs2/init) add FIXME note as a reminder about

https://github.com/jbenet/go-ipfs/commit/c6b74207bc35504cfa678d632d9d9c32f4feaf62
parent 79015e78
......@@ -118,6 +118,9 @@ func doInit(configRoot string, dspath string, force bool, nBitsForKeypair int) e
// tracking ipfs version used to generate the init folder and adding
// update checker default setting.
// FIXME(brian): before merging into master, change this to...
// Version: config.VersionDefaultValue()
Version: config.Version{
Check: "error",
Current: updates.Version,
......
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