Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jul 21, 2021
1 parent 707e387 commit be83bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-shed/splitstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var splitstoreRollbackCmd = &cli.Command{
return xerrors.Errorf("error deleting splitstore keys: %w", err)
}

fmt.Println("disalbing splitsotre in config...")
fmt.Println("disabling splitstore in config...")
err = lr.SetConfig(func(cfg interface{}) {
cfg.(*config.FullNode).Chainstore.EnableSplitstore = false
})
Expand Down

0 comments on commit be83bf2

Please sign in to comment.