@cryptotaxi247 / kubo / commits / d31a5b360

fix: update dists url for OpenBSD support

Steven Allen committed May 13, 2020 at 07:42 UTC d31a5b360179f91f4f4f20255b2659c5a7038c28
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/QmUgfXycSjF9R8F4Tyauaz6LZ4bj5nbksg54G9GdF4fit6"
18 +var DistPath = "https://ipfs.io/ipfs/QmXuKUDChMXkcq36CbaggvY3UaAtgpi7yyoAiNy5VD9Dfr"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {