@cryptotaxi247 / kubo / commits / ed1e54ebf

fix(migration): migrate /ipfs/ bootstrappers to /p2p/

1. We should have done this in 7-to-8 anyways, but didn't in some cases. 2. We assume these addresses use /p2p/ in the 9-to-10 migration.

Steven Allen committed Jun 9, 2020 at 11:05 UTC ed1e54ebf8e4b52f34471de4ce7f40d0ba9a3240
1 file changed +1 -1
repo/fsrepo/migrations/migrations.go
+1 -1
@@ -15,7 +15,7 @@ import (
15 "strings"
16 )
17
18 -var DistPath = "https://ipfs.io/ipfs/QmQWvUrSwGHWKaoJnUrLQoBy9ikfiiyRrXKBFSHUTcS6aM"
18 +var DistPath = "https://ipfs.io/ipfs/Qmdo5m6bpQXCayzfGghyvgXJdVHSsXsCKDUo9vWktDKq3K"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {