Skip to content

Commit

Permalink
Merge pull request #7450 from ipfs/fix/migration-again
Browse files Browse the repository at this point in the history
fix(migration): migrate /ipfs/ bootstrappers to /p2p/
  • Loading branch information
Stebalien committed Jun 9, 2020
2 parents 6ae96fa + ed1e54e commit e5a46e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/fsrepo/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
)

var DistPath = "https://ipfs.io/ipfs/QmQWvUrSwGHWKaoJnUrLQoBy9ikfiiyRrXKBFSHUTcS6aM"
var DistPath = "https://ipfs.io/ipfs/Qmdo5m6bpQXCayzfGghyvgXJdVHSsXsCKDUo9vWktDKq3K"

func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
Expand Down

0 comments on commit e5a46e3

Please sign in to comment.