Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
avikam committed May 14, 2024
1 parent 91b3a47 commit 1e991f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-cluster/src/check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub enum UnrecoverableCheckStatus {
CreateLocalConfigError,

/// The installed version of the local cluster is incompatible
#[error("Must have local platform version {required}. You have {installed}.")]
#[error("Check Versions match failed: cannot resume a {installed} cluster with fluvio version {required}.")]
IncompatibleLocalClusterVersion {
/// The currently-installed version
installed: String,
Expand Down

0 comments on commit 1e991f0

Please sign in to comment.