Skip to content

Commit

Permalink
Add instructions to resolve repo migration error (#8946)
Browse files Browse the repository at this point in the history
Fixes #8779

Co-authored-by: Daniel N <[email protected]>
  • Loading branch information
2 people authored and guseggert committed Jun 8, 2022
1 parent de15c3e commit 6aff7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/fsrepo/fsrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md for details.`
var (
ErrNoVersion = errors.New("no version file found, please run 0-to-1 migration tool.\n" + migrationInstructions)
ErrOldRepo = errors.New("ipfs repo found in old '~/.go-ipfs' location, please run migration tool.\n" + migrationInstructions)
ErrNeedMigration = errors.New("ipfs repo needs migration")
ErrNeedMigration = errors.New("ipfs repo needs migration, please run migration tool.\n" + migrationInstructions)
)

type NoRepoError struct {
Expand Down

0 comments on commit 6aff7cf

Please sign in to comment.