We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ae993 commit 3ed2c93Copy full SHA for 3ed2c93
rust/stackable-cockpit/src/platform/operator/mod.rs
@@ -53,7 +53,8 @@ pub enum SpecParseError {
53
54
#[snafu(display(
55
"invalid operator name {name:?}. \
56
- It could be the case that this version of stackablectl is too old to know about this particular operator"
+ It could be the case that this version of stackablectl is too old to know about this particular operator, \
57
+ in which case you should update it."
58
))]
59
InvalidName { name: String },
60
}
0 commit comments