Co-authored-by: raulk <raul@protocol.ai>
This commit is contained in:
vyzo 2021-07-22 20:54:10 +03:00
parent 33cdc90f13
commit 254c489164

View File

@ -81,7 +81,7 @@ var splitstoreRollbackCmd = &cli.Command{
return xerrors.Errorf("error copying hotstore to coldstore: %w", err)
}
fmt.Println("deleting splistore directory...")
fmt.Println("deleting splitstore directory...")
err = deleteSplitstoreDir(lr)
if err != nil {
return xerrors.Errorf("error deleting splitstore directory: %w", err)