chore: update hard-coded dist URL for repo migrations

This commit is contained in:
Steven Allen 2020-03-23 16:14:26 -07:00
parent 7a4752ac9e
commit 7fa1449e62

View File

@ -15,7 +15,7 @@ import (
"strings"
)
var DistPath = "https://ipfs.io/ipfs/QmZLYJBVBK8nqc5JTHp6CZU1v9Ja3MvGrkCe61PfCecc6E"
var DistPath = "https://ipfs.io/ipfs/QmUgfXycSjF9R8F4Tyauaz6LZ4bj5nbksg54G9GdF4fit6"
func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {