Set latest dist to use one with darwin arm64 builds
gammazero committed
Mar 25, 2021 at 23:42 UTC
f00b49be5855121fd257bc6bb9572530a3e8eb2e
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/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"
11
+ CurrentIpfsDist = "/ipfs/Qmaubnx6vDUEA2arLzPWxqY2brx2c1CUKsrgQHSwBXDZ5E"
12
// Latest distribution path. Default for fetchers.
13
LatestIpfsDist = "/ipns/dist.ipfs.io"
14