Skip to content

Commit 62c64c1

Browse files
2colorguseggert
authored andcommitted
Add instructions to resolve repo migration error (#8946)
Fixes #8779 Co-authored-by: Daniel N <[email protected]> (cherry picked from commit d476f2d)
1 parent f6586af commit 62c64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/fsrepo/fsrepo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md for details.`
5050
var (
5151
ErrNoVersion = errors.New("no version file found, please run 0-to-1 migration tool.\n" + migrationInstructions)
5252
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")
53+
ErrNeedMigration = errors.New("ipfs repo needs migration, please run migration tool.\n" + migrationInstructions)
5454
)
5555

5656
type NoRepoError struct {

0 commit comments

Comments
 (0)