Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #131 from ipfs/fix-staticcheck
Browse files Browse the repository at this point in the history
remove period, fix staticcheck
  • Loading branch information
marten-seemann authored May 14, 2021
2 parents 6585815 + 209a76e commit 926cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func DefaultBootstrapPeers() ([]peer.AddrInfo, error) {
ps, err := ParseBootstrapPeers(DefaultBootstrapAddresses)
if err != nil {
return nil, fmt.Errorf(`failed to parse hardcoded bootstrap peers: %s
This is a problem with the ipfs codebase. Please report it to the dev team.`, err)
This is a problem with the ipfs codebase. Please report it to the dev team`, err)
}
return ps, nil
}
Expand Down

0 comments on commit 926cd51

Please sign in to comment.