@cryptotaxi247 / kubo / commits / 478551a1f

update dists path with 1.2.2 migrations

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Feb 16, 2017 at 22:25 UTC 478551a1fdfb0921ec2031e25a4baa5a595dd38d
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/QmUgY7wRGB7bEKREE5BNrSwjzrRZddkRV4bu64bP2qgv7f"
18 +var DistPath = "https://ipfs.io/ipfs/QmNjXP6N98fYT1i7abgeBHmdR5WoeBeik4DtGiX9iFWK31"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {