chore: update dist path

This commit is contained in:
Adin Schmahmann 2020-12-08 14:46:00 -05:00
parent 9bc8f6d5b5
commit 8a05c59d3d

View File

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