Skip to content

Commit d476f2d

Browse files
authored
Add instructions to resolve repo migration error (#8946)
Fixes #8779 Co-authored-by: Daniel N <[email protected]>
1 parent 1299bcb commit d476f2d

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)