@cryptotaxi247 / kubo / commits / a54ab2337

migrations: update dist.ipfs.io path

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Jan 25, 2017 at 02:51 UTC a54ab23371a9475fb03bad10f7fcb400ce8fc60c
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/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF"
18 +var DistPath = "https://ipfs.io/ipfs/QmUgY7wRGB7bEKREE5BNrSwjzrRZddkRV4bu64bP2qgv7f"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {