We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aca66 commit 51e34b1Copy full SHA for 51e34b1
.gitignore
@@ -1,5 +1,5 @@
1
*~
2
-cmd/fs-repo-migrations/fs-repo-migrations
+fs-repo-migrations/fs-repo-migrations
3
sharness/bin/fs-repo-migrations
4
sharness/bin/fs-repo-*-to-*
5
sharness/bin/go-sleep
fs-repo-migrations/main.go
@@ -30,7 +30,7 @@ func createFetcher(distPath string) migrations.Fetcher {
30
const userAgent = "fs-repo-migrations"
31
32
if distPath == "" {
33
- distPath = migrations.GetDistPathEnv(migrations.CurrentIpfsDist)
+ distPath = migrations.GetDistPathEnv(migrations.LatestIpfsDist)
34
}
35
36
return migrations.NewMultiFetcher(
0 commit comments