chore: update dist path
Adin Schmahmann committed
Dec 8, 2020 at 14:46 UTC
8a05c59d3dc6205e72c9c59b40cda0d10efa4a64
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/Qmdo5m6bpQXCayzfGghyvgXJdVHSsXsCKDUo9vWktDKq3K"
18
+var DistPath = "https://ipfs.io/ipfs/QmahS3i7MkjVVDjPs6CoPhCKGi27LkHGXrzQ45jCRX6wcK"
19
20
func init() {
21
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {