update current ipfs dist to migrations with vtag
gammazero committed
Mar 25, 2021 at 12:25 UTC
09a481ea7a34d92bd2a4a7b4b94333b89d37ac85
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/QmZqzacg5Q8WpDL7SymogoaSZYw6RZT2kgPavymCmMwWse"
11
+ CurrentIpfsDist = "/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"
12
// Latest distribution path. Default for fetchers.
13
LatestIpfsDist = "/ipns/dist.ipfs.io"
14