Skip to content

Commit

Permalink
Merge pull request #7030 from ipfs/chore/fix-ci-gofmt
Browse files Browse the repository at this point in the history
Forgotten go-fmt
  • Loading branch information
Stebalien authored Mar 25, 2020
2 parents be505da + 5be6e26 commit 4d71abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d71abb

Please sign in to comment.