update distpath to version with fs-repo-migrations v1.7.1
Adin Schmahmann committed
Jan 28, 2021 at 21:42 UTC
884a5aebd748336db963e91daf7b916054486a99
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/QmahS3i7MkjVVDjPs6CoPhCKGi27LkHGXrzQ45jCRX6wcK"
18
+var DistPath = "https://ipfs.io/ipfs/QmYRLRDKobvg1AXTGeK5Xk6ntWTsjGiHbyNKhWfz7koGpa"
19
20
func init() {
21
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {