We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6586af commit 62c64c1Copy full SHA for 62c64c1
repo/fsrepo/fsrepo.go
@@ -50,7 +50,7 @@ See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md for details.`
50
var (
51
ErrNoVersion = errors.New("no version file found, please run 0-to-1 migration tool.\n" + migrationInstructions)
52
ErrOldRepo = errors.New("ipfs repo found in old '~/.go-ipfs' location, please run migration tool.\n" + migrationInstructions)
53
- ErrNeedMigration = errors.New("ipfs repo needs migration")
+ ErrNeedMigration = errors.New("ipfs repo needs migration, please run migration tool.\n" + migrationInstructions)
54
)
55
56
type NoRepoError struct {
0 commit comments