Skip to content

Commit

Permalink
Merge pull request #7446 from ipfs/fix/quic-migration
Browse files Browse the repository at this point in the history
fix(migration): correctly migrate quic addresses
  • Loading branch information
Stebalien committed Jun 9, 2020
2 parents 970a0b4 + f01c962 commit 0883a35
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/ipfs/QmRnvRrRwto4QAMuwWeEU9GpNaHKqQPdvdrNeGaXg7yruC"
var DistPath = "https://ipfs.io/ipfs/QmQWvUrSwGHWKaoJnUrLQoBy9ikfiiyRrXKBFSHUTcS6aM"

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

0 comments on commit 0883a35

Please sign in to comment.