Update latest distribution CID
gammazero committed
Mar 31, 2021 at 12:25 UTC
b75d8239504280769228f1a54162e09abc32f7f8
1 file changed
+1
-1
repo/fsrepo/migrations/fetcher.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
9
const (
10
// Current dirstibution to fetch migrations from
11
- CurrentIpfsDist = "/ipfs/Qmaubnx6vDUEA2arLzPWxqY2brx2c1CUKsrgQHSwBXDZ5E"
11
+ CurrentIpfsDist = "/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
12
// Latest distribution path. Default for fetchers.
13
LatestIpfsDist = "/ipns/dist.ipfs.io"
14