@cryptotaxi247 / kubo / commits / 7fa1449e6

chore: update hard-coded dist URL for repo migrations

Steven Allen committed Mar 23, 2020 at 16:14 UTC 7fa1449e62f265f2bdde977116802676fc3e0d1c
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/QmZLYJBVBK8nqc5JTHp6CZU1v9Ja3MvGrkCe61PfCecc6E"
18 +var DistPath = "https://ipfs.io/ipfs/QmUgfXycSjF9R8F4Tyauaz6LZ4bj5nbksg54G9GdF4fit6"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {