Skip to content

Commit

Permalink
Merge pull request #7024 from ipfs/feat/update-dists
Browse files Browse the repository at this point in the history
chore: update hard-coded dist URL for repo migrations
  • Loading branch information
Stebalien committed Mar 24, 2020
2 parents 65e2ce7 + 7fa1449 commit 6bba527
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/QmZLYJBVBK8nqc5JTHp6CZU1v9Ja3MvGrkCe61PfCecc6E"
var DistPath = "https://ipfs.io/ipfs/QmUgfXycSjF9R8F4Tyauaz6LZ4bj5nbksg54G9GdF4fit6"

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

0 comments on commit 6bba527

Please sign in to comment.