Skip to content

Commit

Permalink
Merge pull request #3702 from ipfs/feat/update-dist-path
Browse files Browse the repository at this point in the history
update dists path with 1.2.2 migrations
  • Loading branch information
whyrusleeping committed Feb 21, 2017
2 parents 50cd6c6 + 478551a commit a033d9e
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/QmUgY7wRGB7bEKREE5BNrSwjzrRZddkRV4bu64bP2qgv7f"
var DistPath = "https://ipfs.io/ipfs/QmNjXP6N98fYT1i7abgeBHmdR5WoeBeik4DtGiX9iFWK31"

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

0 comments on commit a033d9e

Please sign in to comment.