@cryptotaxi247 / kubo / commits / ef5e94a8a

use dists with new migrations

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

Jeromy committed Sep 3, 2017 at 15:20 UTC ef5e94a8afb53033171083874ebe074890cafd83
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/QmNjXP6N98fYT1i7abgeBHmdR5WoeBeik4DtGiX9iFWK31"
18 +var DistPath = "https://ipfs.io/ipfs/QmR6d2gePmBmsqkESwjpbLrHHJGLx2qDyWysqpuNcJgsnK"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {