Skip to content

Commit 1ff556c

Browse files
committed
Improve error message
1 parent 5da958e commit 1ff556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cmds/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub enum CmdError {
130130
#[snafu(display("invalid repository name"))]
131131
InvalidRepoName { source: InvalidRepoNameError },
132132

133-
#[snafu(display("invalid helm chart version {version:?}"))]
133+
#[snafu(display("invalid helm chart version {version:?} (need to be semver)"))]
134134
InvalidHelmChartVersion {
135135
source: semver::Error,
136136
version: String,

0 commit comments

Comments
 (0)