Skip to content

Commit

Permalink
Merge pull request #7311 from ipfs/fix/update-dists
Browse files Browse the repository at this point in the history
fix: update dists url for OpenBSD support
  • Loading branch information
Stebalien authored May 15, 2020
2 parents 31ca7ce + d31a5b3 commit bb32155
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/QmUgfXycSjF9R8F4Tyauaz6LZ4bj5nbksg54G9GdF4fit6"
var DistPath = "https://ipfs.io/ipfs/QmXuKUDChMXkcq36CbaggvY3UaAtgpi7yyoAiNy5VD9Dfr"

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

0 comments on commit bb32155

Please sign in to comment.