Skip to content

Commit

Permalink
Release 5.1.3 (#1136)
Browse files Browse the repository at this point in the history
* merge with main

* patch
  • Loading branch information
0o-de-lally authored Jul 26, 2022
1 parent bc747d9 commit cba1a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ol/cli/src/commands/restore_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct RestoreCmd {
impl Runnable for RestoreCmd {
/// Start the application.
fn run(&self) {
match mgmt::restore::fast_forward_db(self.verbose, self.epoch, self.version, self.highest_version) {
match mgmt::restore::fast_forward_db(self.verbose, self.epoch, self.version, self.latest_version) {
Ok(_) => {println!("SUCCESS")},
Err(e) => println!("ERROR: could not complete db restore, message: {:?}", e),
};
Expand Down

0 comments on commit cba1a92

Please sign in to comment.