Skip to content

Commit

Permalink
hardcode in dists page path
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
  • Loading branch information
whyrusleeping committed Jul 19, 2016
1 parent 8a8730f commit fd732d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/fsrepo/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
)

var DistPath = "https://ipfs.io/ipns/dist.ipfs.io"
var DistPath = "https://ipfs.io/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF"

func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
Expand Down

0 comments on commit fd732d2

Please sign in to comment.