Skip to content

Commit 51e34b1

Browse files
committed
Use migrations.LatestIpfsDist as default dist path
1 parent 70aca66 commit 51e34b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*~
2-
cmd/fs-repo-migrations/fs-repo-migrations
2+
fs-repo-migrations/fs-repo-migrations
33
sharness/bin/fs-repo-migrations
44
sharness/bin/fs-repo-*-to-*
55
sharness/bin/go-sleep

fs-repo-migrations/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func createFetcher(distPath string) migrations.Fetcher {
3030
const userAgent = "fs-repo-migrations"
3131

3232
if distPath == "" {
33-
distPath = migrations.GetDistPathEnv(migrations.CurrentIpfsDist)
33+
distPath = migrations.GetDistPathEnv(migrations.LatestIpfsDist)
3434
}
3535

3636
return migrations.NewMultiFetcher(

0 commit comments

Comments
 (0)