fix typo
Co-authored-by: raulk <raul@protocol.ai>
This commit is contained in:
parent
33cdc90f13
commit
254c489164
@ -81,7 +81,7 @@ var splitstoreRollbackCmd = &cli.Command{
|
|||||||
return xerrors.Errorf("error copying hotstore to coldstore: %w", err)
|
return xerrors.Errorf("error copying hotstore to coldstore: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("deleting splistore directory...")
|
fmt.Println("deleting splitstore directory...")
|
||||||
err = deleteSplitstoreDir(lr)
|
err = deleteSplitstoreDir(lr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return xerrors.Errorf("error deleting splitstore directory: %w", err)
|
return xerrors.Errorf("error deleting splitstore directory: %w", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user