mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
Forgotten go-fmt
Not sure why CI didn't catch this
This commit is contained in:
parent
be505da395
commit
5be6e26f7b
@ -299,9 +299,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
|
||||
|
||||
// Start assembling node config
|
||||
ncfg := &core.BuildCfg{
|
||||
Repo: repo,
|
||||
Permanent: true, // It is temporary way to signify that node is permanent
|
||||
Online: !offline,
|
||||
Repo: repo,
|
||||
Permanent: true, // It is temporary way to signify that node is permanent
|
||||
Online: !offline,
|
||||
DisableEncryptedConnections: unencrypted,
|
||||
ExtraOpts: map[string]bool{
|
||||
"pubsub": pubsub,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user