Skip to content

Commit 3ed2c93

Browse files
committed
Improve error message
1 parent 72ae993 commit 3ed2c93

File tree

1 file changed

+2
-1
lines changed
  • rust/stackable-cockpit/src/platform/operator

1 file changed

+2
-1
lines changed

rust/stackable-cockpit/src/platform/operator/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ pub enum SpecParseError {
5353

5454
#[snafu(display(
5555
"invalid operator name {name:?}. \
56-
It could be the case that this version of stackablectl is too old to know about this particular operator"
56+
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."
5758
))]
5859
InvalidName { name: String },
5960
}

0 commit comments

Comments
 (0)